Global

Type Definitions

AttestationResult

Source:
Properties:
Name Type Attributes Description
valid boolean Indicates whether the attestation document is valid.
reason string <optional>
If the attestation document is not valid, describes why validation failed.
error string <optional>
If the attestation document is not valid and debug is true, includes error causing validation to fail.
attr Object <optional>
If the attestation document is valid, contains the attestation document attributes.
The result of calling a verifyAttestation function.
Type:
  • Object