IdentityVerificationClient

class IdentityVerificationClient(apiSecret: String, apiBase: String = "https://api.portone.io", storeId: String? = null) : Closeable

Constructors

Link copied to clipboard
constructor(apiSecret: String, apiBase: String = "https://api.portone.io", storeId: String? = null)

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
@JvmName(name = "confirmIdentityVerificationSuspend")
suspend fun confirmIdentityVerification(identityVerificationId: String, otp: String? = null): ConfirmIdentityVerificationResponse

본인인증 확인

Link copied to clipboard
@JvmName(name = "getIdentityVerificationSuspend")
suspend fun getIdentityVerification(identityVerificationId: String): IdentityVerification

본인인증 단건 조회

Link copied to clipboard
@JvmName(name = "resendIdentityVerificationSuspend")
suspend fun resendIdentityVerification(identityVerificationId: String): ResendIdentityVerificationResponse

SMS 본인인증 요청 재전송

Link copied to clipboard
@JvmName(name = "sendIdentityVerificationSuspend")
suspend fun sendIdentityVerification(identityVerificationId: String, channelKey: String, customer: SendIdentityVerificationBodyCustomer, customData: String? = null, bypass: JsonObject? = null, operator: IdentityVerificationOperator, method: IdentityVerificationMethod): SendIdentityVerificationResponse

본인인증 요청 전송