Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface UserInfoRequestHandler.Params
import { type UserInfoRequestHandler } from "https://deno.land/x/authlete_deno@v1.2.3/mod.ts";
const { Params } = UserInfoRequestHandler;

Input parameters for the handle() method of UserInfoRequestHandler class.

Properties

optional
accessToken: string

The access token included in the userinfo request.

optional
clientCertificate: string

Get the client certificate included in the userinfo request.

For more details, see RFC 8705 : OAuth 2.0 Mutual-TLS Client Authentication and Certificate-Bound Access Tokens.