Type alias SgxCredentialsDTO

SgxCredentialsDTO: {
    enclavePubKey: string;
    iasReport: string;
    iasSig: string;
    payloadHash: string;
    requestorPubKey: string;
}

Type declaration

  • enclavePubKey: string
  • iasReport: string
  • iasSig: string
  • payloadHash: string
  • requestorPubKey: string