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
.regularDeclaration
Swift
@objc public var livenessDetection: VerIDLivenessDetection { get set } -
Constructor
Declaration
Swift
@objc public init(userId: String, livenessDetection: VerIDLivenessDetection = .regular)Parameters
userIdID of the user to authenticate
livenessDetectionLiveness detection level to employ in the session. Default is
.regular
VerIDAuthenticationSessionSettings Class Reference