Share via


ServiceClaimTypes Class

 

Defines constants for the well-known claim types used by a mobile service.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Mobile.Service.Security.ServiceClaimTypes

Syntax

public static class ServiceClaimTypes
public ref class ServiceClaimTypes abstract sealed 
[<AbstractClass>]
[<Sealed>]
type ServiceClaimTypes = class end
Public NotInheritable Class ServiceClaimTypes

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static ProviderAccessToken

The claim type for ILoginProvider specific access tokens.

System_CAPS_pubfieldSystem_CAPS_static ProviderAccessTokenSecret

The claim type for ILoginProvider specific access token secret.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Mobile.Service.Security Namespace

Return to top