Class WebAuthenticationType


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

      • ANONYMOUS

        public static final WebAuthenticationType ANONYMOUS
        Static value Anonymous for WebAuthenticationType.
      • CLIENT_CERTIFICATE

        public static final WebAuthenticationType CLIENT_CERTIFICATE
        Static value ClientCertificate for WebAuthenticationType.
    • Constructor Detail

      • WebAuthenticationType

        public WebAuthenticationType()
    • Method Detail

      • fromString

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