Type alias: SingleClaimRead
type SingleClaimRead: object;
Represents a request to read a single claim from the database.
Type declaration
Member | Type | Description |
---|---|---|
Claim | object | - |
Claim.issuer | ClaimIssuer | The issuer of the claim to read |
Claim.key | ClaimKey | The key of the claim to read |