IdentityVerificationMethod

@Serializable(with = IdentityVerificationMethodSerializer::class)
sealed interface IdentityVerificationMethod

본인인증 방식

Inheritors

Types

Link copied to clipboard
@Serializable(with = IdentityVerificationMethod.AppSerializer::class)
data object App : IdentityVerificationMethod
Link copied to clipboard
@Serializable(with = IdentityVerificationMethod.SmsSerializer::class)
data object Sms : IdentityVerificationMethod
Link copied to clipboard

현재 SDK 버전에서 알 수 없는 응답을 나타냅니다.

Properties

Link copied to clipboard
abstract val value: String