checkIdentityVerification

open suspend override fun checkIdentityVerification(): VerifiedIdentity

Checks the identity verification status of the currently signed in user.

Throws


open suspend override fun checkIdentityVerification(option: QueryOption): VerifiedIdentity

Deprecated

QueryOption is no longer supported

Replace with

checkIdentityVerification()