commonMain.io.realm.kotlin.internal.interop.sync.SyncUserIdentity.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cinterop-jvm Show documentation
Show all versions of cinterop-jvm Show documentation
Wrapper for interacting with Realm Kotlin native code. This artifact is not supposed to be consumed directly, but through 'io.realm.kotlin:gradle-plugin:3.0.0' instead.
package io.realm.kotlin.internal.interop.sync
/**
* Wrapper for `realm_user_identity`.
* @see https://github.com/realm/realm-core/blob/master/src/realm.h
*/
data class SyncUserIdentity(val id: String, val provider: AuthProvider)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy