Error

public enum Error : Swift.Error

The list of errors that can happen during user verification.

  • The user cancelled the user verification.

    Declaration

    Swift

    case userCancelled
  • User verification is not supported by the application for the selected authenticator.

    Declaration

    Swift

    case unsupportedAuthenticator