spatio-sdk 0.0.2

Rust SDK for the SpatioAPI. Generated from the official OpenAPI spec.
Documentation
# UserInfoResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**sub** | **String** | User identifier (stable for the lifetime of the user). | 
**email** | Option<**String**> |  | [optional]
**email_verified** | Option<**bool**> |  | [optional]
**name** | Option<**String**> |  | [optional]
**given_name** | Option<**String**> |  | [optional]
**family_name** | Option<**String**> |  | [optional]
**preferred_username** | Option<**String**> |  | [optional]
**picture** | Option<**String**> |  | [optional]
**updated_at** | Option<**i32**> |  | [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)