AuthenticityIdentifierKey

@objc
public enum AuthenticityIdentifierKey : Int, CaseIterable

Enumerator of available authenticity identifiers.

  • Authenticity identifier unique to the application. The value remains constant for a single activated instance of the application.

    Declaration

    Swift

    case authenticity
  • Authenticity identifier unique to the version of the application.

    Declaration

    Swift

    case authenticityVersioned
  • Authenticity identifier which changes every 10-12 days.

    Declaration

    Swift

    case authenticityEphemeral