AuthenticationType enum
An enumeration used to specify the type of authentication mechanism to use.
Fields
aad | The AAD implicit grant mechanism. Recommended for pages protected by a sign-in.
By default the page will be redirected to the AAD login when the map control initializes.
Specify a logged-in |
anonymous | The anonymous authentication mechanism. Recommended for public pages.
Allows a callback responsible for acquiring an authentication token to be provided.
Literal value |
sas | The shared access signature authentication mechanism. Allows a callback responsible for acquiring a token to be provided on requests.
Literal value |
subscriptionKey | The subscription key authentication mechanism.
Literal value |