Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
class UserInfoRequest
import { UserInfoRequest } from "https://deno.land/x/authlete_deno@v1.2.3/src/dto/user_info_request.ts";

Request to Authlete /auth/userinfo API

Properties

optional
clientCertificate: string

The client certificate used in the TLS connection established between the client application and the userinfo endpoint.

The value of this request parameter is referred to when the access token given to the userinfo endpoint was bound to a client certificate when it was issued. See "OAuth 2.0 Mutual TLS Client Authentication and Certificate-Bound Access Tokens" for details about the specification of certificate-bound access tokens.

optional
token: string

The access token which has been issued by Authlete. The access token is the one that has come along with the userinfo request from the client application.