Age Auth Info
data class AgeAuthInfo(id: Long?, authLevel: AgeAuthLevel?, authLevelCode: Int?, bypassAgeLimit: Boolean?, authenticatedAt: Date?, ciNeedsAgreement: Boolean?, ci: String?) : Parcelable
Content copied to clipboard
사용자의 연령인증 정보를 제공합니다.
Constructors
Link copied to clipboard
fun AgeAuthInfo(id: Long?, authLevel: AgeAuthLevel?, authLevelCode: Int?, bypassAgeLimit: Boolean?, authenticatedAt: Date?, ciNeedsAgreement: Boolean?, ci: String?)
Content copied to clipboard