Error

public enum Error : Swift.Error

The list of errors that can happen during authenticator selection.

  • The user explicitly cancelled the user verification.

    Declaration

    Swift

    case userCancelled
  • The user took too long to select an authenticator.

    Declaration

    Swift

    case userNotResponsive
  • The user verification was cancelled.

    Declaration

    Swift

    case cancelled