Magidoc

OAuthTokenDataInput
Input Object

OAuth token data received from authorization flow

Fields

#

accessToken

Access token for API authentication

expiresAt

Non-null

Absolute expiration timestamp of the access token

expiresIn

Non-null

Token lifetime in seconds from time of issue

refreshToken

Refresh token for obtaining new access tokens

scope

OAuth scopes granted for this token

tokenType

Token type (typically 'Bearer')