Okta.Sdk.Model.OAuthCredentialsClient
October 22, 2025 ยท View on GitHub
OAuth 2.0 and OpenID Connect Client object > Note: You must complete client registration with the IdP Authorization Server for your Okta IdP instance to obtain client credentials.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ClientId | string | The Unique identifier issued by the AS for the Okta IdP instance | [optional] |
| ClientSecret | string | The Client secret issued by the AS for the Okta IdP instance | [optional] |
| PkceRequired | bool | Require Proof Key for Code Exchange (PKCE) for additional verification | [optional] |
| TokenEndpointAuthMethod | string | Client authentication methods supported by the token endpoint | [optional] |