Package io. realm. kotlin. mongodb. auth
Types
Api Key
Link copied to clipboard
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.
Api Key Auth
Link copied to clipboard
Exposes functionality for a user to manage API keys under their control.
Email Password Auth
Link copied to clipboard
Class encapsulating functionality for managing Users through the AuthenticationProvider.EMAIL_PASSWORD provider.