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 PublicClientApplication in the AuthenticationOptions for greater control over when/how the users signs in. Literal value "aad"

anonymous

The anonymous authentication mechanism. Recommended for public pages. Allows a callback responsible for acquiring an authentication token to be provided. Literal value "anonymous"

sas

The shared access signature authentication mechanism. Allows a callback responsible for acquiring a token to be provided on requests. Literal value "sas".

subscriptionKey

The subscription key authentication mechanism. Literal value "subscriptionKey"