Interface HolderAuthorizationStatement
Expand description
interface HolderAuthorizationStatement {
credential_digest: string;
holder_id_pubkey: string;
issued_at: number;
subject_pubkey: string;
}
Properties§
§
§
§
§
readonly credential _ digest: string
Credential digest this authorization allows the subject to present.
readonly holder _ id _ pubkey: string
Nostr public key identifying the holder.
readonly issued _ at: number
Unix timestamp in seconds.
readonly subject _ pubkey: string
External application's Nostr subject public key.
Holder statement signed by
HolderContext.authorizeCredentialUseand returned inHolderAuthorization.