IAuthenticationOperation.AccessTokenType 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.
Expected to match the token_type parameter returned by ESTS. Used to disambiguate between ATs of different types (e.g. Bearer and PoP) when loading from cache etc.
public string AccessTokenType { get; }
member this.AccessTokenType : string
Public ReadOnly Property AccessTokenType As String