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

NameTypeDescriptionNotes
ClientIdstringThe Unique identifier issued by the AS for the Okta IdP instance[optional]
ClientSecretstringThe Client secret issued by the AS for the Okta IdP instance[optional]
PkceRequiredboolRequire Proof Key for Code Exchange (PKCE) for additional verification[optional]
TokenEndpointAuthMethodstringClient authentication methods supported by the token endpoint[optional]

[Back to Model list] [Back to API list] [Back to README]