IAuthenticationOperation.TelemetryTokenType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Value to log to telemetry Values available:
Bearer token type. Bearer = 1
Pop token type. Pop = 2,
Ssh-cert token type. SshCert = 3,
External token type. External = 4,
Extension token type. Extension = 5
public int TelemetryTokenType { get; }
member this.TelemetryTokenType : int
Public ReadOnly Property TelemetryTokenType As Integer