Interface CredentialProof

Expand description

Proof over a finalized credential payload.


interface CredentialProof {
    signature: string;
}

Properties§

§readonly signature: string

Unpadded URL-safe base64 encoded PBRSA credential signature.