CertTokenInfo

data class CertTokenInfo(token: OAuthToken, txId: String) : Parcelable

토큰 정보와 전자서명 접수번호
Token information and transaction ID

Constructors

Link copied to clipboard
fun CertTokenInfo(token: OAuthToken, txId: String)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
val token: OAuthToken

토큰 정보
Token information

Link copied to clipboard
val txId: String

전자서명 접수번호
Transaction ID