Package io.realm.kotlin.mongodb

Types

App
Link copied to clipboard
interface App
An App is the main client-side entry point for interacting with an Atlas App Services Application.
AppConfiguration
Link copied to clipboard
interface AppConfiguration
An AppConfiguration is used to setup linkage to an Atlas App Services Application.
AuthenticationProvider
Link copied to clipboard
enum AuthenticationProvider : Enum<AuthenticationProvider>
This enum contains the list of authentication providers supported by App Services.
Credentials
Link copied to clipboard
interface Credentials
Credentials represent a login with a given login provider.
GoogleAuthType
Link copied to clipboard
enum GoogleAuthType : Enum<GoogleAuthType>
This enum contains the list of Google authentication types supported by App Services.
User
Link copied to clipboard
interface User
A user holds the user's metadata and tokens for accessing App Services and Device Sync functionality.

Properties

subscriptions
Link copied to clipboard
val Realm.subscriptions: SubscriptionSet<Realm>
Returns the latest SubscriptionSet associated with this Realm.
syncSession
Link copied to clipboard
val Realm.syncSession: SyncSession
Returns the SyncSession associated with this Realm.