OS_Auth_Result

public enum OS_Auth_Result

Indicates the result of the OS authentication stage.

  • OS Authentication succeeded.

    Declaration

    Swift

    case Success
  • OS Authentication failed

    Declaration

    Swift

    case Failed
  • OS Authentication failed.

    Declaration

    Swift

    case Cancelled
  • OS Authentication is not supported (no passcode)

    Declaration

    Swift

    case NotSupported