input_object

OAuthRequestSchemaOauth2Input

Schema representing the oauth2 token details.
Fields
access_token
String
The access token issued by the oauth2 provider.
expiry
Int
The expiry time of the access token in milliseconds since epoch.
refresh_token
String
The refresh token issued by the oauth2 provider.