kakao-partner-android-sdk-rx / com.kakao.sdk.auth.model / CertTokenInfo

CertTokenInfo

data class CertTokenInfo : Parcelable

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

Constructors

<init>

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

CertTokenInfo(token: OAuthToken, txId: String)

Properties

token

토큰 정보, 발급된 토큰은 TokenManagerProvider에 지정된 토큰 저장소에 자동 저장

val token: OAuthToken

txId

전자서명 접수번호

val txId: String