Authentication provider where users identify using an API-key.
Creates an API key that can be used to authenticate as the current user.
the name of the API key to be created.
Deletes an API key associated with the current user.
the ID of the API key to delete
Disable an API key associated with the current user.
the ID of the API key to disable
Enables an API key associated with the current user.
the ID of the API key to enable
Fetches an API key associated with the current user.
the id of the API key to fetch.
Fetches the API keys associated with the current user.
Generated using TypeDoc
Authentication provider where users identify using an API-key.