> For the complete documentation index, see [llms.txt](https://acolono.gitbook.io/fluxkraft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://acolono.gitbook.io/fluxkraft/contrib-documentation/core-components/authorizations.md).

# Authorizations

an account is a **key** associated with a **consumer**.

it may also store tokens, usernames and other data used by clients during requests on account creation/edit there may be a onetime assisted authentication process. (account status verification) and a token refresh action accounts are not currently associated with drupal users

* will include or be extended by authhelpers for getting keys
* provide methods for using keys in requests
* uses key module for key storage and retrieval
