ClientAuthentication

Overview

The ClientAuthentication class defines constants for OAuth authentication schemes, enabling standardized handling of client authentication methods.

Constants

  • Http_Basic_AuthenticationScheme: Represents the HTTP Basic Authentication scheme.

  • Request_Body_AuthenticationScheme: Represents the Request Body Authentication scheme.

For more information, refer to the ClientAuthentication OAuth guide.

Constants Summarized

TypeNameSummary

Constants Detailed

Http_Basic_AuthenticationScheme

Type String

Request_Body_AuthenticationScheme

Type String


Last updated