| 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] |