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

Indexable

[key: string]: string | number | boolean Any additional custom options

Properties

connection
string
The social connection name to use