Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 591 Bytes

TokenResponse.md

File metadata and controls

12 lines (9 loc) · 591 Bytes

Zuora::TokenResponse

Properties

Name Type Description Notes
access_token String The generated token. [optional]
expires_in Float The number of seconds until the token expires. [optional]
jti String A globally unique identifier for the token. [optional]
scope String A space-delimited list of scopes that the token can be used to access. [optional]
token_type String The type of token that was generated, i.e., `bearer`. [optional]