BuiltInAuthenticationProvider Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. resourcemanager. appservice. models. BuiltInAuthenticationProvider
- com.
- java.
public enum BuiltInAuthenticationProvider
extends Enum<BuiltInAuthenticationProvider>
The default authentication provider to use when multiple providers are configured. This setting is only needed if multiple providers are configured and the unauthenticated client action is set to "RedirectToLoginPage".
Fields
AZURE_ACTIVE_DIRECTORY |
Enum value Azure |
Enum value Facebook. |
|
GITHUB |
Enum value Github. |
Enum value Google. |
|
MICROSOFT_ACCOUNT |
Enum value Microsoft |
Enum value Twitter. |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
fromString(String value)
public static BuiltInAuthenticationProvider fromString(String value)
Parses a serialized value to a BuiltInAuthenticationProvider instance.
Parameters
- value
- String
Returns
toString()
valueOf(String name)
values()
Applies to
Azure SDK for Java