IosAttestationConfiguration
Configuration class for Apple App Attestation
Constructors
Types
Specifies a to-be attested app
Container class for iOS versions. Necessary, iOS versions used to always be encoded into attestation statements using SemVer syntax. Newer iPhones, however, use a hex string representation of the build number instead. Since it makes rarely sense to only check for SemVer not for a hex-encoded build number (i.e only accept older iPhones), encapsulating both variants into a dedicated type ensures that either both or neither are set.
Properties
List of applications that can be attested
The maximum age an attestation statement is considered valid.
Optional parameter. If present the iOS version of the attested app must be greater or equal to this parameter Uses SemVer syntax. Can be overridden vor individual apps.