LocalAuthentication Changes for Swift
LocalAuthentication
Modified LAAccessControlOperation [enum]
Protocols | |
---|---|
From | Equatable, Hashable, RawRepresentable |
To | -- |
Modified LAContext
Protocols | |
---|---|
From | AnyObject |
To | -- |
Modified LACredentialType [enum]
Protocols | |
---|---|
From | Equatable, Hashable, RawRepresentable |
To | -- |
Modified LAError [enum]
Declaration | Protocols | |
---|---|---|
From | enum LAError : Int { case AuthenticationFailed case UserCancel case UserFallback case SystemCancel case PasscodeNotSet case TouchIDNotAvailable case TouchIDNotEnrolled case TouchIDLockout case AppCancel case InvalidContext } extension LAError : Hashable, Equatable, __BridgedNSError, ErrorType, RawRepresentable, _ObjectiveCBridgeableErrorType, _BridgedNSError { } extension LAError : Hashable, Equatable, __BridgedNSError, ErrorType, RawRepresentable, _ObjectiveCBridgeableErrorType, _BridgedNSError { } | Equatable, ErrorType, Hashable, RawRepresentable |
To | enum LAError : Int { case AuthenticationFailed case UserCancel case UserFallback case SystemCancel case PasscodeNotSet case TouchIDNotAvailable case TouchIDNotEnrolled case TouchIDLockout case AppCancel case InvalidContext } extension LAError : _BridgedNSError { } extension LAError : _BridgedNSError { } | -- |
Modified LAPolicy [enum]
Protocols | |
---|---|
From | Equatable, Hashable, RawRepresentable |
To | -- |