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.
▸ validateAuthResponse(as, client, parameters, expectedState?): URLSearchParams
Validates an OAuth 2.0 Authorization Response or Authorization Error Response message returned
from the authorization server's
as.authorization\_endpoint.
| Parameter | Type | Description |
|---|---|---|
as |
AuthorizationServer |
Authorization Server Metadata. |
client |
Client |
Client Metadata. |
parameters |
URLSearchParams | URL |
Authorization response. |
expectedState? |
string | typeof expectNoState | typeof skipStateCheck |
Expected state parameter value. Default is expectNoState. |
Validated Authorization Response parameters. Authorization Error Responses throw AuthorizationResponseError.