Classes

The following classes are available globally.

  • An abstract base class for Fido collectors in a DaVinci flow.

    See more

    Declaration

    Swift

    public class AbstractFidoCollector : AnyFieldCollector, DaVinciAware, Submittable, @unchecked Sendable
  • A class responsible for registering FIDO callbacks with the Davinci framework.

    See more

    Declaration

    Swift

    public class CollectorInitializer : NSObject
  • A collector for FIDO authentication within a DaVinci flow.

    See more

    Declaration

    Swift

    public class FidoAuthenticationCollector : AbstractFidoCollector, Closeable, @unchecked Sendable
  • A collector for FIDO registration within a DaVinci flow.

    See more

    Declaration

    Swift

    public class FidoRegistrationCollector : AbstractFidoCollector, Closeable, @unchecked Sendable
  • Fido is a class that provides FIDO registration and authentication functionalities.

    See more

    Declaration

    Swift

    @MainActor
    public class Fido : NSObject, ASAuthorizationControllerDelegate, ASAuthorizationControllerPresentationContextProviding
  • A class responsible for registering FIDO callbacks with the Journey framework.

    See more

    Declaration

    Swift

    public class CallbackInitializer : NSObject
  • A callback for handling FIDO authentication in a PingOne Journey.

    See more

    Declaration

    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 more

    Declaration

    Swift

    public class FidoCallback : AbstractCallback, JourneyAware, ContinueNodeAware, @unchecked Sendable
  • A callback for handling FIDO registration in a PingOne Journey.

    See more

    Declaration

    Swift

    public class FidoRegistrationCallback : FidoCallback, @unchecked Sendable