Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 776 Bytes

File metadata and controls

28 lines (19 loc) · 776 Bytes

AccessToken

Properties

Name Type Description Notes
accessToken String Auth token, must be included on every API request [optional]
tokenType TokenTypeEnum Token type [optional]
refreshToken String Allows to issue new access tokens without resending client credentials [optional]
expiresIn Integer Expiration time (in seconds). [optional]
scope ScopeEnum Granted auth scope [optional]

Enum: TokenTypeEnum

Name Value
BEARER "bearer"

Enum: ScopeEnum

Name Value
DEVICE "device"