CertTokenInfo class

카카오톡 인증 로그인을 통해 발급 받은 토큰 및 전자서명 접수번호

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

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token OAuthToken
토큰 정보, 발급된 토큰은 TokenManagerProvider에 지정된 토큰 저장소에 자동 저장
getter/setter pair
txId String
txId 전자서명 접수번호
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