# ActiveOAuth2Token
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | [**uuid::Uuid**](uuid::Uuid.md) | トークンUUID |
**client_id** | **String** | OAuth2クライアントUUID |
**scopes** | [**Vec<crate::models::OAuth2Scope>**](OAuth2Scope.md) | スコープ |
**issued_at** | **String** | 発行日時 |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)