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

    Interface ListGrantsResponse

    ListGrantsResponse returns caller-visible API-token grant IDs created via token exchange. It must not include transient login or session grants.

    interface ListGrantsResponse {
        grantIds: string[];
    }
    Index

    Properties

    Properties

    grantIds: string[]