AgeAuthInfo

data class AgeAuthInfo(id: Long?, authLevel: AgeAuthLevel?, authLevelCode: Int?, bypassAgeLimit: Boolean?, authenticatedAt: Date?, ciNeedsAgreement: Boolean?, ci: String?) : Parcelable

사용자 연령인증 정보
User age verification information

Constructors

Link copied to clipboard
fun AgeAuthInfo(id: Long?, authLevel: AgeAuthLevel?, authLevelCode: Int?, bypassAgeLimit: Boolean?, authenticatedAt: Date?, ciNeedsAgreement: Boolean?, ci: 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 authenticatedAt: Date?

인증 시각, RFC3339 internet date/time format
Authentication time, RFC3339 internet date/time format

Link copied to clipboard
val authLevel: AgeAuthLevel?

연령인증 레벨
Age verification level

Link copied to clipboard
val authLevelCode: Int?

1 연령인증 레벨 비교 편의를 위한 코드(1: AUTH_LEVEL1 | 2: AUTH_LEVEL2)
Reference code to compare the age verification level (1: AUTH_LEVEL1 | 2: AUTH_LEVEL2)

Link copied to clipboard
val bypassAgeLimit: Boolean?

제한 연령 만족 여부
Whether the user is satisfied age limit

Link copied to clipboard
val ci: String?

연계정보
Connecting Information(CI)

Link copied to clipboard
val ciNeedsAgreement: Boolean?

사용자 동의 시 연계정보 제공 가능 여부
Whether ci can be provided under user consent

Link copied to clipboard
val id: Long?

회원번호
Service user ID