Skip to main content
ソーシャルログインを実行するためのオプション
Example
export interface FederatedLoginPayloadOptions {
  /** 使用するソーシャル接続名 */
  connection: string;
  /** 追加のカスタムオプション */
  [key: string]: string | number | boolean;
}

プロパティ

connection
string
使用するソーシャル接続名