Name | Type | Description | Notes |
---|---|---|---|
pk | kotlin.Int | [readonly] | |
provider | OAuth2Provider | ||
user | User | ||
isExpired | kotlin.Boolean | Check if token is expired yet. | [readonly] |
scope | kotlin.collections.List<kotlin.String> | ||
idToken | kotlin.String | Get the token's id_token as JSON String | [readonly] |
expires | java.time.OffsetDateTime | [optional] | |
revoked | kotlin.Boolean | [optional] |
This repository was archived by the owner on Apr 17, 2024. It is now read-only.