AttestationResponse interface

An AttestationResponse represents the response from the Microsoft Azure Attestation service. It has two properties:

Properties

body

The value of the response from the attestation service, derived from the body of the token property.

token

The Attestation Token returned from the attestation service.

Property Details

body

The value of the response from the attestation service, derived from the body of the token property.

body: T

Property Value

T

token

The Attestation Token returned from the attestation service.

token: AttestationToken

Property Value