Options
All
  • Public
  • Public/Protected
  • All
Menu

The response token object returned on a successful request.

link

https://developer.apple.com/documentation/sign_in_with_apple/tokenresponse

Hierarchy

  • AccessTokenResponse

Index

Properties

access_token

access_token: string

(Reserved for future use) A token used to access allowed data. Currently, no data set has been defined for access.

expires_in

expires_in: number

The amount of time, in seconds, before the access token expires.

id_token

id_token: string

A JSON Web Token that contains the user’s identity information.

refresh_token

refresh_token: string

The refresh token used to regenerate new access tokens. Store this token securely on your server.

token_type

token_type: string

The type of access token. It will always be bearer.

Legend

  • Constructor
  • Method
  • Property
  • Private property

Generated using TypeDoc