input_object

OAuthRequestSchemaOauth2Input

Schema representing the OAuth2 token details.
Fields
access_token
String
OAuth2 access token.
expiry
Int
Access token expiry time in milliseconds since epoch.
refresh_token
String
OAuth2 refresh token.