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
.
Parameter | Type | Description |
---|---|---|
response |
Response |
Resolved value from revocationRequest. |
Promise
<undefined
>
Resolves with undefined
when the request was successful, or an object representing an
OAuth 2.0 protocol style error.