Table of Contents

TokenCredential class

Definition

  • Namespace: Skyline.DataMiner.Core.GQI.Extensions
  • Assembly: Skyline.DataMiner.Core.GQI.Extensions.dll

Represents a set of token credentials returned by the ICredentialProvider.

Available starting from DataMiner Web 10.5.0 [CU20]/10.6.0 [CU8]/10.6.11 and API version 1.5.0.

Constructor

Constructor Description
TokenCredential(string token) Creates a set of token credentials.

Properties

Property Type Description
Token string The access token.
Important

Treat the token as sensitive data. Do not log or expose it in query results, error messages, or diagnostic output.

Advanced search syntax