AuthorizationLevel Enumeration
Used to specify the required authorization level for service resources
Assembly: Microsoft.Azure.Mobile.Server (in Microsoft.Azure.Mobile.Server.dll)
| Member name | Description | |
|---|---|---|
| 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. |
Show: