AuthenticationRequiredAuthenticationScheme

AuthenticationRequiredAuthenticationScheme
AuthenticationRequiredAuthenticationScheme

A boxed AuthenticationRequiredAuthenticationSchemeEnum. To be used in Any placeholders.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "_value": "string"
}
_value
Required

Possible authentication schemes.

Possible values:

  • Basic: Authentication scheme which transmits credentials as user-id/password pairs, encoded using Base64.

    See RFC 7617 for details.

  • Bearer: Authentication scheme which transmits opaque access token string.

    See RFC 6750 for details.

Possible values are : Basic, Bearer