Class AuthenticationType


  • public final class AuthenticationType
    extends com.azure.core.util.ExpandableStringEnum<AuthenticationType>
    Defines values for AuthenticationType.
    • Field Detail

      • KEY_BASED

        public static final AuthenticationType KEY_BASED
        Static value keyBased for AuthenticationType.
      • IDENTITY_BASED

        public static final AuthenticationType IDENTITY_BASED
        Static value identityBased for AuthenticationType.
    • Constructor Detail

      • AuthenticationType

        public AuthenticationType()
    • Method Detail

      • fromString

        public static AuthenticationType fromString​(String name)
        Creates or finds a AuthenticationType from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding AuthenticationType.