FacebookCredential
public struct FacebookCredential : StitchCredentialThe FacebookCredential is a StitchCredential that can be used log in
 using the Facebook Authentication Provider.
See also
StitchAuth
- 
                  
                  Initializes this credential with the name of the provider, and a Facebook OAuth2 access token. DeclarationSwift public init(withProviderName providerName: String = providerType.name, withAccessToken accessToken: String)
- 
                  
                  The name of the provider for this credential. DeclarationSwift public var providerName: String
- 
                  
                  The type of the provider for this credential. DeclarationSwift public static let providerType: StitchProviderType
- 
                  
                  The contents of this credential as they will be passed to the Stitch server. DeclarationSwift public var material: Document { get }
- 
                  
                  The behavior of this credential when logging in. DeclarationSwift public var providerCapabilities: ProviderCapabilities
 FacebookCredential Structure Reference
      FacebookCredential Structure Reference