Options
All
  • Public
  • Public/Protected
  • All
Menu

FacebookCredential

A credential which can be used to log in as a Stitch user using the Facebook authentication provider.

Browser SDK users can use the FacebookRedirectCredential with StitchAuth.loginWithRedirect. Server and React Native SDK users must obtain their own access token. Use a third-party module to get this token and pass it to the FacebookCredential constructor.

Hierarchy

  • FacebookCredential

Implements

Index

Constructors

constructor

Properties

Private accessToken

accessToken: string

material

material: object

Type declaration

  • [key: string]: string

providerName

providerName: string

providerType

providerType: string = FacebookAuthProvider.TYPE

Accessors

providerCapabilities

providerCapabilities:

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc