StorageCredentials.IsToken Property

Definition

Gets a value indicating whether the credentials are a bearer token.

public bool IsToken { get; }
member this.IsToken : bool
Public ReadOnly Property IsToken As Boolean

Property Value

true if the credentials are a bearer token; otherwise, false.

Applies to