AzureActiveDirectoryOpenIdConnectRequestTokenContext::Token Property

 

Gets or sets the token.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Security (in Microsoft.WindowsAzure.Mobile.Service.Security.dll)

public:
property String^ Token {
	[CompilerGeneratedAttribute]
	String^ get();
	[CompilerGeneratedAttribute]
	void set(String^ value);
}

Property Value

Type: System::String^

The token.

Return to top
Show: