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 | |
---|---|---|
ProviderAccessToken | The claim type for ILoginProvider specific access tokens. |
|
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