Function: userInfoRequest()
August 29, 2025 ยท View on GitHub
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.
โธ userInfoRequest(as, client, accessToken, options?): Promise<Response>
Performs a UserInfo Request at the
as.userinfo\_endpoint.
Authorization Header is used to transmit the Access Token value.
Parameters
| Parameter | Type | Description |
|---|---|---|
as | AuthorizationServer | Authorization Server Metadata. |
client | Client | Client Metadata. |
accessToken | string | Access Token value. |
options? | UserInfoRequestOptions | - |
Returns
Resolves with a Response to then invoke processUserInfoResponse with