AuthenticationSessionSettings
@objc(VerIDAuthenticationSessionSettings)
public class AuthenticationSessionSettings : LivenessDetectionSessionSettings
Settings for authentication sessions
-
ID of the user to authenticate
Declaration
Swift
@objc public let userId: String -
Constructor
Declaration
Swift
@objc public init(userId: String)Parameters
userIdID of the user to authenticate
AuthenticationSessionSettings Class Reference