AgeAuthInfo

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

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

Constructors

Link copied to clipboard
constructor(id: Long?, authLevel: AgeAuthLevel?, authLevelCode: Int?, bypassAgeLimit: Boolean?, authenticatedAt: Date?)

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

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

Link copied to clipboard

연령인증 레벨
Age verification level

Link copied to clipboard

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

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

Link copied to clipboard
val id: Long?

회원번호
Service user ID