@edgible-team/sdk
    Preparing search index...

    Class ApplicationApiKeysClient

    sdk.applications.apiKeys — per-application API keys for app auth.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Delete (revoke) an API key.

      Parameters

      • params: { applicationId: string; keyId: string }
      • Optionalopts: RequestOptions

      Returns Promise<void>

      NotFoundError if the application or key does not exist.