VerificationMethod

ENUM

# VerificationMethod

Possible verification methods that can be used for identity verification.

# Cases

# fullCustom

Custom identity verification, done with a client implementation.

# standardEmail

Identity verification done by email.

# Methods

# verificationMethodFromString(_:)

Getting the verification method based on the given string value. If the method is not matched returns the standardEmail value.

  • Parameter string: value of the verification method
  • Returns: Value of the verification method.