User
public typealias User = RLMSyncUser
-
Given a credential and server URL, log in a user and asynchronously return a
User
object 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)