@adcp/sdk API Reference - v14.0.0-beta.6
    Preparing search index...

    Interface GovernanceRevocationStatus

    interface GovernanceRevocationStatus {
        issuer: string;
        keyRevoked: boolean;
        jtiRevoked: boolean;
        nextUpdate: number;
    }
    Index

    Properties

    issuer: string
    keyRevoked: boolean
    jtiRevoked: boolean
    nextUpdate: number

    Epoch seconds through which this combined status is authoritative.