AzureActiveDirectoryOpenIdConnectAuthenticatedContext.IdToken Property

 

Gets the Azure Active Directory ID token.

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

public string IdToken {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	private set;
}

Property Value

Type: System.String

The Azure Active Directory ID token.

Return to top
Show: