Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 834 Bytes

LoginToken.md

File metadata and controls

15 lines (7 loc) · 834 Bytes

LoginToken

Properties

Name Type Description Notes
accessToken String Opaque token that validates the successful account login and is used to authenticate subsequent api calls. This token needs to be sent as part of 'Authorization' header for all api calls prefixed with value contained in 'token_type' property. For example, if the 'access_token' value is "abc123" and 'token_type' is "Bearer" then HTTP requests should contain following header : "Authorization: Bearer abc123"
tokenType String Type of the token returned in 'access_token' property.
expiresIn Long Seconds duration after which the token will expire.