@valon-technologies/gestalt
    Preparing search index...

    Interface GetGrantResponse

    GetGrantResponse returns OIDF-shaped grant details.

    interface GetGrantResponse {
        scopes: GrantScope[];
        createdAt: bigint;
        expiresAt: bigint;
    }
    Index

    Properties

    scopes: GrantScope[]
    createdAt: bigint
    expiresAt: bigint