XmRequiredVerifications

XmRequiredVerifications

XmRequiredVerifications Possible verifications to require during authentication.

public enum XmRequiredVerifications : String, CaseIterable, Equatable, Hashable, Codable

Inheritance

CaseIterable, Codable, Equatable, Hashable, String

Enumeration Cases

phone

If specified, BindID will attempt to ensure that the user's phone number is verified.If it's not, it will be verified during the login process.

case phone

email

If specified, BindID will attempt to ensure that the user's email address is verified. If it's not, it will be verified during the login process.

case email