OAuthToken class

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

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

Properties

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

Methods

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

Operators

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