Okta.Sdk.Model.TokenHookResponseError

October 22, 2025 ยท View on GitHub

When an error object is returned, it causes Okta to return an OAuth 2.0 error to the requester of the token. In the error response, the value of error is server_error, and the value of error_description is the string that you supplied in the errorSummary property of the error object that you returned.

Properties

NameTypeDescriptionNotes
ErrorSummarystringHuman-readable summary of the error. If the error object doesn't include the `errorSummary` property defined, the following common default message is returned to the end user: `The callback service returned an error`.[optional]

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