Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 788 Bytes

TokenDetailResponse.md

File metadata and controls

14 lines (10 loc) · 788 Bytes

Walmart\Models\MP\US\Authentication\TokenDetailResponse

Properties

Name Type Description Notes
scopes \Walmart\Models\MP\US\Authentication\Scopes
expireAt string The timestamp when the token expires [default to '1560973098000']
issuedAt string The timestamp when the token is issued [default to '1560973098000']
isValid bool Whether the token is valid; boolean value of true or false [default to true]
isChannelMatch bool Whether the keys Seller used are correctly associated [default to true]

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