Skip to main content

Documentation Index

Fetch the complete documentation index at: https://auth0-feat-testing-docs.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Options for performing social login operations
Example
export interface FederatedLoginPayloadOptions {
  /** The social connection name to use */
  connection: string;
  /** Any additional custom options */
  [key: string]: string | number | boolean;
}

Properties

connection
string
The social connection name to use