OAuthToken class

KO: 카카오 로그인으로 발급받은 토큰
EN: Tokens issued with Kakao Login

Annotations
  • @JsonSerializable.new(fieldRename: FieldRename.snake, includeIfNull: false)

Properties

accessToken → String
KO: 액세스 토큰
EN: Access token
final
expiresAt → DateTime
KO: 액세스 토큰 만료시각
EN: The expiration time of the access token
final
hashCode → int
The hash code for this object.
no setterinherited
idToken → String?
KO: ID 토큰
EN: ID token
final
refreshToken → String?
KO: 리프레시 토큰
EN: Refresh token
final
refreshTokenExpiresAt → DateTime?
KO: 리프레시 토큰 만료시각
EN: The expiration time of the refresh token
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
scopes → List<String>?
KO: 인가된 동의항목
EN: Authorized scopes
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited