remix/auth · Interface

View Source

FacebookAuthProviderOptions

Summary

Options for creating the built-in Facebook auth provider.

Signature

interface FacebookAuthProviderOptions {
  clientId: string
  clientSecret: string
  redirectUri: string | URL
  scopes?: string[]
}

Properties

clientId

OAuth client identifier for your Facebook Login app.

clientSecret

OAuth client secret for your Facebook Login app.

redirectUri

Callback URL registered with Facebook Login.

scopes

Requested scopes for the Facebook login flow.