Skip to main content
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