OpenSettings

public enum OpenSettings

The types used as part of authenticator settings interaction.

  • The context provided to the user interaction delegate for displaying authenticator-specific settings.

    See more

    Declaration

    Swift

    public struct Context
  • The outcome to send back to the SDK containing the new authenticator settings.

    See more

    Declaration

    Swift

    public struct Outcome
  • The list of errors that can happen for displaying authenticator settings.

    Declaration

    Swift

    public enum Error : Swift.Error
  • Describes a recoverable error that occurs during authenticator settings.

    See more

    Declaration

    Swift

    public enum RecoverableError : Swift.Error, Equatable