@twinfinity/authenticationInterfacesTokenEndpointResponseOn this pageTokenEndpointResponse 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.HierarchyPartialTokenEndpointResponseTokenEndpointResponseIndex Propertiesaccess_tokenexpires_inid_tokenrefresh_expires_inrefresh_tokenProperties readonlyaccess_tokenaccess_token: stringreadonlyexpires_inexpires_in: numberreadonlyid_tokenid_token: stringreadonlyrefresh_expires_inrefresh_expires_in: numberreadonlyrefresh_tokenrefresh_token: string
A subset of the object returned by the
/tokenendpoint for the authorization code and refresh token grants, where the id and refresh tokens are always present.