Interface iCreateAttestationSuccessResponse

interface iCreateAttestationSuccessResponse {
    id: string;
    inviteCode: string;
}

Implemented by

Properties

Properties

id: string

The attestation ID.

inviteCode: string

The attestation invite code. This is the code that is given to the user to query the attestation. Anyone with the code can query it, so keep this safe and secure.