IdentityVerificationSheet

interface IdentityVerificationSheet

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class Configuration(brandLogo: Uri)

Data to configure the verification flow.

Link copied to clipboard
sealed class VerificationResult : Parcelable

Result of verification.

Functions

Link copied to clipboard
abstract fun present(verificationSessionId: String, ephemeralKeySecret: String, onFinished: (verificationResult: IdentityVerificationSheet.VerificationResult) -> Unit)

Starts the verification flow.