UNPKG

@sd-jwt/sd-jwt-vc

Version:
10 lines (9 loc) 315 B
export interface SDJWTVCStatusReference { // REQUIRED. implenentation according to https://www.ietf.org/archive/id/draft-ietf-oauth-status-list-02.html status_list: { // REQUIRED. index in the list of statuses idx: number; // REQUIRED. the reference to fetch the status list uri: string; }; }