Package io.realm.kotlin.mongodb.auth

Types

ApiKey
Link copied to clipboard
data class ApiKey
Class representing an API key for a User.
ApiKeyAuth
Link copied to clipboard
interface ApiKeyAuth
Exposes functionality for a user to manage API keys under their control.
EmailPasswordAuth
Link copied to clipboard
interface EmailPasswordAuth
Class encapsulating functionality for managing Users through the AuthenticationProvider.