CBLCameraAuthenticationType
Objective-C
enum CBLCameraAuthenticationType : NSInteger {}
Swift
enum CameraAuthenticationType : Int, @unchecked Sendable
Methods of authenticating with a camera.
-
The user must authenticate by interacting with the camera itself.
Declaration
Objective-C
CBLCameraAuthenticationTypeInteractWithCamera
Swift
case interactWithCamera = 0
-
The user must authenticate by entering a username and password.
Declaration
Objective-C
CBLCameraAuthenticationTypeUsernameAndPassword
Swift
case usernameAndPassword = 1
-
The user must authenticate by entering a four-digit numeric code.
Declaration
Objective-C
CBLCameraAuthenticationTypeFourDigitNumericCode
Swift
case fourDigitNumericCode = 2