TokenInfo::Token Property
A JSON Web Token (JWT).
This API is not CLS-compliant.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
public: [CLSCompliantAttribute(false)] property JwtSecurityToken^ Token { [CompilerGeneratedAttribute] JwtSecurityToken^ get(); [CompilerGeneratedAttribute] void set(JwtSecurityToken^ value); }
Property Value
Type: System.IdentityModel.Tokens::JwtSecurityToken^
Show: