TokenSet
Defined in: core/src/types.ts:87
Extended token response that includes a computed absolute expiration timestamp.
Produced by parseTokenResponse from a raw TokenResponse.
Extends
Section titled “Extends”TokenResponse
Properties
Section titled “Properties”access_token
Section titled “access_token”access_token:
string
Defined in: core/src/types.ts:69
The access token issued by the authorization server.
Inherited from
Section titled “Inherited from”TokenResponse.access_token
expires_at?
Section titled “expires_at?”
optionalexpires_at?:number
Defined in: core/src/types.ts:89
Absolute expiration time as a Unix timestamp in milliseconds, computed from expires_in.
expires_in?
Section titled “expires_in?”
optionalexpires_in?:number
Defined in: core/src/types.ts:73
Lifetime of the access token in seconds.
Inherited from
Section titled “Inherited from”TokenResponse.expires_in
id_token?
Section titled “id_token?”
optionalid_token?:string
Defined in: core/src/types.ts:77
ID token containing user claims (OpenID Connect Core 1.0 Section 2).
Inherited from
Section titled “Inherited from”TokenResponse.id_token
refresh_token?
Section titled “refresh_token?”
optionalrefresh_token?:string
Defined in: core/src/types.ts:75
Refresh token for obtaining new access tokens (RFC 6749 Section 1.5).
Inherited from
Section titled “Inherited from”TokenResponse.refresh_token
scope?
Section titled “scope?”
optionalscope?:string
Defined in: core/src/types.ts:79
Space-delimited list of granted scopes.
Inherited from
Section titled “Inherited from”TokenResponse.scope
token_type
Section titled “token_type”token_type:
string
Defined in: core/src/types.ts:71
Token type (typically "Bearer", per RFC 6750).
Inherited from
Section titled “Inherited from”TokenResponse.token_type