Reason

Entries

Link copied to clipboard

Indicates an unlocked bootloader and/or modified system image

Link copied to clipboard

Indicates that the app was not signed by the developer (i.e. a repackaged app has been detected9

Link copied to clipboard

Indicates that "this is not the app you are looking for" (i.e. an unauthorized client is connecting to your backend)

Link copied to clipboard

Indicates an app version mismatch (i.e. the app used is too old)

Link copied to clipboard

Indicates an unexpected error when trying to attest an app's properties. This should never happen, but a borked attestation extension in the leaf certificate coul cause this.

Link copied to clipboard

Indicates an unsupported (i.e. outdated) OS or patch level version being used.

Link copied to clipboard

If you encounter this, you are assumed to know what it is about

Link copied to clipboard

Happens if the challenge in the attestation record does not pass the challenge verification function (which, by default, simply checks for equality)

Link copied to clipboard

Indicates that the security level of the attestation does not match the configured one (i.e. an attestation record produced in hardware being validated against a SoftwareAttestationChecker.

Link copied to clipboard

Indicates that the attestation statement creation time is too far off or missing

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.