Protocols
The following protocols are available globally.
-
Protocol to override attestation
See moreDeclaration
Swift
@available(iOS 14.0, *) public protocol FRAppAttestation -
Declaration
Swift
public protocol ActionCallback
-
Declaration
Swift
public protocol PlatformAuthenticatorRegistrationDelegate : AnyObject -
Declaration
Swift
public protocol PlatformAuthenticatorAuthenticationDelegate : AnyObject -
DeviceCollector protocol is baseline class implementation protocol for FRDeviceCollector’s operation
See moreDeclaration
Swift
@objc public protocol DeviceCollector -
Declaration
Swift
@objc public protocol AuthorizationPolicyDelegate -
Declaration
Swift
@objc(FRTokenManagementPolicyDelegate) public protocol TokenManagementPolicyDelegate -
Protocol defining immutable device operations.
See moreDeclaration
Swift
@available(iOS 13.0.0, *) public protocol ImmutableDevice<T> -
Protocol defining mutable device operations.
See moreDeclaration
Swift
@available(iOS 13.0.0, *) public protocol MutableDevice<T> : ImmutableDevice -
Protocol representing a device.
See moreDeclaration
Swift
public protocol Device : Decodable, Encodable -
IdPHandler is a protocol for
See moreIdPHandlerimplementation and is responsible to perform sign-in / authorization process against given Social Identity Provider defined in AMDeclaration
Swift
public protocol IdPHandler -
Declaration
Swift
public protocol FRWebAuthnManagerDelegate : NSObject
View on GitHub
Protocols Reference