KakaoToken class

카카오 로그인을 통해 발급 받은 토큰.

Constructors

KakaoToken(String? accessToken, DateTime? accessTokenExpiresAt, String? refreshToken, [DateTime? refreshTokenExpiresAt, List<String>? scopes])
KakaoToken.fromJson(Map<String, dynamic>? json)
factory

Properties

accessToken String?
API 인증에 사용하는 엑세스 토큰.
final
accessTokenExpiresAt DateTime?
엑세스 토큰 만료 시각.
final
hashCode int
The hash code for this object.
no setterinherited
refreshToken String?
엑세스 토큰을 갱신하는데 사용하는 리프레시 토큰.
final
refreshTokenExpiresAt DateTime?
리프레시 토큰 만료 시각. Nullable
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopes List<String>?
이 토큰에 부여된 scope 목록.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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