Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
namespace TokenUpdateResponse
Re-export
import { TokenUpdateResponse } from "https://deno.land/x/authlete_deno@v1.2.10/mod.ts";

Enums

The next action that the service implementation should take.

class TokenUpdateResponse
extends ApiResponse
Re-export
import { TokenUpdateResponse } from "https://deno.land/x/authlete_deno@v1.2.10/mod.ts";

Response from Authlete /auth/token/update API.

Properties

optional
accessToken: string

The access token which has been specified by the request.

accessTokenExpiresAt: number

The expiration date in milliseconds since the Unix epoch (1970-01-01).

The next action that the service implementation should take.

optional
authorizationDetails: AuthzDetails

The authorization details. This represents the value of the "authorization_details" request parameter which is defined in "OAuth 2.0 Rich Authorization Requests".

forExternalAttachment: boolean

The flag which indicates whether the access token is for an external attachment.

For more details, see OpenID Connect for Identity Assurance 1.0, External Attachments.

optional
properties: Property[]

The properties associated with the access token.

optional
scopes: string[]

The scopes associated with the access token.

optional
tokenId: string

The unique token identifier.

optional
tokenType: string

The token type associated with the access token.