Skip to main content

TokenEndpointResponse

A subset of the object returned by the /token endpoint for the authorization code and refresh token grants, where the id and refresh tokens are always present.

Hierarchy

Index

Properties

readonlyaccess_token

access_token: string

readonlyexpires_in

expires_in: number

readonlyid_token

id_token: string

readonlyrefresh_expires_in

refresh_expires_in: number

readonlyrefresh_token

refresh_token: string