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 DeviceCodeConfirmationMembers extends BaseMembers { screen: ScreenMembersOnDeviceCodeConfirmation; /** * デバイスコードを確認します。 * @param payload リクエストに含めるオプションのカスタムオプション。 */ confirm(payload?: CustomOptions): Promise<void>; /** * デバイスコードフローをキャンセルします。 * @param payload リクエストに含めるオプションのカスタムオプション。 */ cancel(payload?: CustomOptions): Promise<void>; }
Show パラメーター