import { userInfoRequest } from "https://deno.land/x/oauth4webapi@v2.7.0/mod.ts";
Performs a UserInfo Request at the
AuthorizationServer.userinfo_endpoint | as.userinfo_endpoint
.
Authorization Header is used to transmit the Access Token value.
import { userInfoRequest } from "https://deno.land/x/oauth4webapi@v2.7.0/mod.ts";
Performs a UserInfo Request at the
AuthorizationServer.userinfo_endpoint | as.userinfo_endpoint
.
Authorization Header is used to transmit the Access Token value.