AccessTokenInfo class

토큰 정보 요청 API 응답으로 제공되는 토큰 정보입니다.

Constructors

AccessTokenInfo.fromJson(Map<String, dynamic> json)
factory

Properties

expiresIn int
액세스 토큰의 남은 만료시간 (단위: 초)
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uuid int
사용자 아이디
final

Methods

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

Operators

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