Type alias ApiKey

ApiKey: {
    _id: string;
    disabled: boolean;
    name: string;
}

The representation of an API-key stored in the service.

Type declaration

  • _id: string

    The internal identifier of the key.

  • disabled: boolean

    When disabled, the key cannot authenticate.

  • name: string

    A name for the key.

Generated using TypeDoc