Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
export interface LogoutMembers extends BaseMembers { /** * ログアウトアクションを確認します(承認または拒否) * @param payload 実行するアクションを含むオプション */ confirmLogout(payload: ConfirmLogoutOptions): Promise<void>; }
Show パラメーター