Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 611 Bytes

PartnerOauthResponse.md

File metadata and controls

24 lines (12 loc) · 611 Bytes

PartnerOauthResponse

Properties

Name Type Description Notes
accessToken String The OAuth 2.0 access token issued by the partner. [optional]
tokenType TokenTypeEnum The type of token issued which is case insensitive. [optional]
expiresIn Integer The access token lifespan in seconds. [optional]

Enum: TokenTypeEnum

Name Value
BEARER "Bearer"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"