Options for performing social login operations
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
The social connection name to use