AuthorizationLevel Enumeration

 

Used to specify the required authorization level for service resources

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

Public Enumeration AuthorizationLevel

Member nameDescription
Admin

Allow access to requests that include the master key as a header.

Anonymous

Allow access to anonymous requests.

Application

Allow access to requests that include the application key as a header.

User

Allow access to requests that include a valid authentication token as a header.

Return to top
Show: