OAuthToken class

카카오 로그인을 통해 발급 받은 토큰, Kakao SDK는 TokenManager를 통해 토큰을 자동으로 관리함

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

Properties

accessToken ↔ String
API 인증에 사용하는 엑세스 토큰
read / write
expiresAt ↔ DateTime
엑세스 토큰 만료 시각
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
idToken ↔ String?
OpenID Connect 확장 기능을 통해 발급되는 ID 토큰, Base64 인코딩된 사용자 인증 정보 포함
read / write
refreshToken ↔ String?
엑세스 토큰을 갱신하는데 사용하는 리프레시 토큰
read / write
refreshTokenExpiresAt ↔ DateTime?
리프레시 토큰 만료 시각
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
scopes ↔ List<String>?
이 토큰에 부여된 scope 목록
read / write

Methods

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

Operators

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