Function: userInfoRequest()

August 29, 2025 ยท View on GitHub

๐Ÿ’— 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.


โ–ธ 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

ParameterTypeDescription
asAuthorizationServerAuthorization Server Metadata.
clientClientClient Metadata.
accessTokenstringAccess Token value.
options?UserInfoRequestOptions-

Returns

Promise<Response>

Resolves with a Response to then invoke processUserInfoResponse with

See