TokenInfo::Token Property

 

A JSON Web Token (JWT).

This API is not CLS-compliant.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Security
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);
}
Return to top
Show: