User
public typealias User = RLMSyncUser
-
Given a credential and server URL, log in a user and asynchronously return a
Userobject which can be used to open Realms and Sessions.Declaration
Swift
public static func authenticate(with credential: Credential, server authServerURL: URL, timeout: TimeInterval = 30, onCompletion completion: @escaping UserCompletionBlock)
View on GitHub
Install in Dash
User Extension Reference