AuthenticationType

@objc
public enum AuthenticationType : Int

Authentication type.

  • otp

    Authentication through the OTP

    Declaration

    Swift

    case otp
  • Authentication through biometrics (fingerprint, face scanning etc.)

    Declaration

    Swift

    case biometrics
  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Encodes the contents of the receiver.

    Throws

    EncodingError

    Declaration

    Swift

    public func encode(to encoder: Encoder) throws

    Parameters

    encoder

    Encoder.