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
Type | Name | Summary |
---|---|---|
Constants Detailed
Http_Basic_AuthenticationScheme
Type String
Request_Body_AuthenticationScheme
Type String
Last updated