Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 648 Bytes

TokenModel.md

File metadata and controls

17 lines (12 loc) · 648 Bytes

TokenModel

Properties

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]