Function: processRevocationResponse()

August 29, 2025 ยท View on GitHub

๐Ÿ’— Help the project

Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.


โ–ธ processRevocationResponse(response): Promise<undefined>

Validates Response instance to be one coming from the as.revocation\_endpoint.

Parameters

ParameterTypeDescription
responseResponseResolved value from revocationRequest.

Returns

Promise<undefined>

Resolves with undefined when the request was successful, or an object representing an OAuth 2.0 protocol style error.

See

RFC 7009 - OAuth 2.0 Token Revocation