deno.land / x / oauth4webapi@v1.2.2 / docs / functions / userInfoRequest.md
â–¸ 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.
Name | Type | Description |
---|---|---|
as |
AuthorizationServer |
Authorization Server Metadata. |
client |
Client |
Client Metadata. |
accessToken |
string |
Access Token value. |
options? |
UserInfoRequestOptions |
- |
Promise
<Response
>
Version Info