Package-level declarations

Types

Link copied to clipboard
data class ApiKey

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 null value. Anyone creating an API key is responsible for storing it safely after that.

Link copied to clipboard
interface ApiKeyAuth

Exposes functionality for a user to manage API keys under their control.

Link copied to clipboard

Class encapsulating functionality for managing Users through the AuthenticationProvider.EMAIL_PASSWORD provider.