VerIDAuthenticationSessionSettings

@objc
public class VerIDAuthenticationSessionSettings : VerIDLivenessDetectionSessionSettings

Settings for authentication sessions

  • ID of the user to authenticate

    Declaration

    Swift

    @objc
    public let userId: String
  • Liveness detection level to employ in the session. Default is .regular

    Declaration

    Swift

    @objc
    public var livenessDetection: VerIDLivenessDetection { get set }
  • Constructor

    Declaration

    Swift

    @objc
    public init(userId: String, livenessDetection: VerIDLivenessDetection = .regular)

    Parameters

    userId

    ID of the user to authenticate

    livenessDetection

    Liveness detection level to employ in the session. Default is .regular