Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 836 Bytes

OAuthToken.md

File metadata and controls

13 lines (9 loc) · 836 Bytes

Walmart\Models\MP\US\Authentication\OAuthToken

Properties

Name Type Description Notes
accessToken string Access token to be used for accessing business APIs [default to 'eyJraWQiOiI1MWY3MjM0Ny0wYWY5LTRhZ....']
tokenType string Type of token according to user. (e.g., 'BEARER') [default to 'Bearer']
expiresIn int Expiry time of access token in seconds [default to 900]
refreshToken string Token which should be used to refresh access token.
This field is present in response when grant_type: authorization_code
[optional] [default to 'APXcIoTpKMH9OQN…….']

[Back to Model list] [Back to API list] [Back to README]