@nexartis/homeport-sdk - v1.0.0
    Preparing search index...

    Interface DelegationCheckResult

    interface DelegationCheckResult {
        credentialSubject: {
            grantedByDid: string;
            grantedToDid: string;
            scope: string[];
        };
        expired: boolean;
        expiresAt?: number;
        revoked: boolean;
        revokedAt?: number;
        valid: boolean;
    }
    Index

    Properties

    credentialSubject: {
        grantedByDid: string;
        grantedToDid: string;
        scope: string[];
    }
    expired: boolean
    expiresAt?: number
    revoked: boolean
    revokedAt?: number
    valid: boolean