deno.land / x / oauth4webapi@v1.2.2 / docs / functions / processRevocationResponse.md
â–¸ processRevocationResponse(response
): Promise
<undefined
| OAuth2Error
>
Validates Response instance to be one coming from the
as.revocation_endpoint
.
see
RFC 7009 - OAuth 2.0 Token Revocation
Name | Type | Description |
---|---|---|
response |
Response |
Resolved value from revocationRequest. |
Promise
<undefined
| OAuth2Error
>
Resolves with undefined
when the request was successful, or an object representing an
OAuth 2.0 protocol style error.
Version Info