Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 857 Bytes

File metadata and controls

16 lines (12 loc) · 857 Bytes

AccessTokenResponse

Properties

Name Type Description Notes
token_id str Access token for authentication. [optional]
status str The token status. [optional]
issued_on str Access token issued time in milliseconds. [optional]
expires_in_seconds str Access token expiration time. [optional]
public_key_base64 str Public key to encrypt data. [optional]
algorithm str Encyption algorithym. One way ECDH 256 bit key. [optional]
client_request_id str Echoes back the value from the request header for tracking. [optional]

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