Interface iCreateAttestationSuccessResponse

interface iCreateAttestationSuccessResponse {
    inviteCode: string;
}

Implemented by

Properties

Properties

inviteCode: string

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