Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 458 Bytes

File metadata and controls

16 lines (8 loc) · 458 Bytes

AuthserverGetAccessTokenResponse

Response parameters for get access token.

Properties

Name Type Description Notes
accessToken String Access token for requested clientID. [optional]
expiresIn String Expiry time of Access token. [optional]
tokenType String Type of access token - generally it will be bearer. [optional]