Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.23 KB

processRevocationResponse.md

File metadata and controls

29 lines (17 loc) · 1.23 KB

Function: processRevocationResponse()

💗 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

Parameter Type Description
response Response Resolved 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