TokenInfo.Token Property
A JSON Web Token (JWT).
Namespace: Microsoft.Azure.Mobile.Server.Authentication
Assembly: Microsoft.Azure.Mobile.Server.Authentication (in Microsoft.Azure.Mobile.Server.Authentication.dll)
Syntax
[CLSCompliantAttribute(false)]
public JwtSecurityToken Token { get; set; }
public:
[CLSCompliantAttribute(false)]
property JwtSecurityToken^ Token {
JwtSecurityToken^ get();
void set(JwtSecurityToken^ value);
}
[<CLSCompliantAttribute(false)>]
member Token : JwtSecurityToken with get, set
<CLSCompliantAttribute(False)>
Public Property Token As JwtSecurityToken
Property Value
Type: System.IdentityModel.Tokens.JwtSecurityToken
See Also
TokenInfo Class
Microsoft.Azure.Mobile.Server.Authentication Namespace
Return to top