TokenInfo.Token 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.
Important
This API is not CLS-compliant.
A JSON Web Token (JWT).
[System.CLSCompliant(false)]
public System.IdentityModel.Tokens.JwtSecurityToken Token { get; set; }
[<System.CLSCompliant(false)>]
member this.Token : System.IdentityModel.Tokens.JwtSecurityToken with get, set
Public Property Token As JwtSecurityToken
Property Value
System.IdentityModel.Tokens.JwtSecurityToken
- Attributes