For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Constants Detailed

Http_Basic_AuthenticationScheme

Type String

Request_Body_AuthenticationScheme

Type String


Last updated

Was this helpful?