FacebookCredentials
public class FacebookCredentials : GenericCredentials
Enables you to sign in as a Facebook user to (a) create a new sharing user (must have an invitation from another SyncServer user), or (b) sign in as an existing sharing user.
-
Declaration
Swift
public var userId: String { get }
-
Declaration
Swift
public var username: String { get }
-
Declaration
Swift
public var uiDisplayName: String { get }
-
Declaration
Swift
public var httpRequestHeaders: [String : String] { get }
-
Declaration
Swift
public func refreshCredentials(completion: @escaping (SyncServerError?) ->())