Api Key
Class representing an API key for a User. An API key can be used to represent a user when logging in instead of using email and password. Note that the value of a key will only be available immediately after the key is created, after which point it is not visible anymore. This means that keys returned by ApiKeyAuth.fetch and ApiKeyAuth.fetchAll will have a nullvalue. Anyone creating an API key is responsible for storing it safely after that.