Classes
The following classes are available globally.
-
An abstract base class for Fido collectors in a DaVinci flow.
See moreDeclaration
Swift
public class AbstractFidoCollector : AnyFieldCollector, DaVinciAware, Submittable, @unchecked Sendable -
A class responsible for registering FIDO callbacks with the Davinci framework.
See moreDeclaration
Swift
public class CollectorInitializer : NSObject -
A collector for FIDO authentication within a DaVinci flow.
See moreDeclaration
Swift
public class FidoAuthenticationCollector : AbstractFidoCollector, Closeable, @unchecked Sendable -
A collector for FIDO registration within a DaVinci flow.
See moreDeclaration
Swift
public class FidoRegistrationCollector : AbstractFidoCollector, Closeable, @unchecked Sendable -
Fido is a class that provides FIDO registration and authentication functionalities.
See moreDeclaration
Swift
@MainActor public class Fido : NSObject, ASAuthorizationControllerDelegate, ASAuthorizationControllerPresentationContextProviding -
A class responsible for registering FIDO callbacks with the Journey framework.
See moreDeclaration
Swift
public class CallbackInitializer : NSObject -
A callback for handling FIDO authentication in a PingOne Journey.
See moreDeclaration
Swift
public class FidoAuthenticationCallback : FidoCallback, @unchecked Sendable -
Abstract base class for FIDO callbacks in PingOne Journey workflows.
This class provides common functionality for handling FIDO operations within Journey workflows, including error handling and value setting. It manages the interaction between FIDO operations and the Journey framework.
See moreDeclaration
Swift
public class FidoCallback : AbstractCallback, JourneyAware, ContinueNodeAware, @unchecked Sendable -
A callback for handling FIDO registration in a PingOne Journey.
See moreDeclaration
Swift
public class FidoRegistrationCallback : FidoCallback, @unchecked Sendable
View on GitHub
Classes Reference