| Name | Type | Description | Notes |
|---|---|---|---|
| pk | i32 | [readonly] | |
| provider | models::OAuth2Provider | ||
| user | models::User | ||
| is_expired | bool | Check if token is expired yet. | [readonly] |
| expires | Option<String> | [optional] | |
| scope | Vec | ||
| id_token | String | Get the token's id_token as JSON String | [readonly] |
| revoked | Option<bool> | [optional] |