OAuthToken class
KO: 카카오 로그인으로 발급받은 토큰
EN: Tokens issued with Kakao Login
- Annotations
-
- @JsonSerializable.new(fieldRename: FieldRename.snake, includeIfNull: false)
Properties
- accessToken → String
-
KO: 액세스 토큰
EN: Access tokenfinal - expiresAt → DateTime
-
KO: 액세스 토큰 만료시각
EN: The expiration time of the access tokenfinal - hashCode → int
-
The hash code for this object.
no setterinherited
- idToken → String?
-
KO: ID 토큰
EN: ID tokenfinal - refreshToken → String?
-
KO: 리프레시 토큰
EN: Refresh tokenfinal - refreshTokenExpiresAt → DateTime?
-
KO: 리프레시 토큰 만료시각
EN: The expiration time of the refresh tokenfinal - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
scopes
→ List<
String> ? -
KO: 인가된 동의항목
EN: Authorized scopesfinal
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited