Enums.AuthenticationChallengeType enumeration

  • QML Enumeration List
  • Enums.AuthenticationChallengeType enumeration
  • The AuthenticationChallengeType can be one of:

    ConstantDescription
    Enums.AuthenticationChallengeTypeUnknown(0) No type specified
    Enums.AuthenticationChallengeTypeUsernamePassword(1) Challenge needing username and/or password authentication
    Enums.AuthenticationChallengeTypeOAuth(2) Challenge needing an OAuth authorization code
    Enums.AuthenticationChallengeTypeClientCertificate(3) Challenge needing a client certificate.
    Enums.AuthenticationChallengeTypeSslHandshake(4) Challenge needing a response to certain SslError errors

    See also AuthenticationChallenge.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.