spatio-sdk 0.0.2

Rust SDK for the SpatioAPI. Generated from the official OpenAPI spec.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# TokenResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**access_token** | **String** | Opaque bearer token. Format `tok_<32 random base64url>`. | 
**token_type** | **String** |  | 
**expires_in** | **i32** | Seconds until access_token expires. | 
**refresh_token** | Option<**String**> |  | [optional]
**scope** | Option<**String**> |  | [optional]
**id_token** | Option<**String**> | Only present when `openid` scope was granted. RS256-signed JWT — verify against the JWKS. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)