NimbleLocalAuthenticator
public final class NimbleLocalAuthenticator
extension NimbleLocalAuthenticator: BiometryService
Undocumented
-
Undocumented
Declaration
Swift
public init()
-
Declaration
Swift
public var isEnabled: Bool { get set }
-
Declaration
Swift
public var isAvailable: Bool { get }
-
Declaration
Swift
public var supportedType: BiometryType { get }
-
Declaration
Swift
public var localizedFallbackTitle: String? { get set }
-
Declaration
Swift
public var localizedCancelTitle: String? { get set }
-
Declaration
Swift
public var localizedReason: String { get set }
-
Declaration
Swift
public var interactionNotAllowed: Bool { get set }
-
Declaration
Swift
public func authenticate(completion: @escaping (BiometryResult) -> Void)
-
Declaration
Swift
public func invalidate()
-
Declaration
Swift
public func setCredential(_ credential: Data?, type: CredentialType) -> Bool
-
Declaration
Swift
public func isCredentialSet(_ type: CredentialType) -> Bool