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
CBLCameraAuthenticationTypeInteractWithCameraSwift
case interactWithCamera = 0 -
The user must authenticate by entering a username and password.
Declaration
Objective-C
CBLCameraAuthenticationTypeUsernameAndPasswordSwift
case usernameAndPassword = 1 -
The user must authenticate by entering a four-digit numeric code.
Declaration
Objective-C
CBLCameraAuthenticationTypeFourDigitNumericCodeSwift
case fourDigitNumericCode = 2 -
The user must authenticate by connecting to a given WiFi network.
Declaration
Objective-C
CBLCameraAuthenticationTypeConnectToWiFiNetworkSwift
case connectToWiFiNetwork = 3