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; /** * Confirme le code d'appareil. * @param payload Options personnalisées facultatives à inclure avec la requête. */ confirm(payload?: CustomOptions): Promise<void>; /** * Annule le flux du code d'appareil. * @param payload Options personnalisées facultatives à inclure avec la requête. */ cancel(payload?: CustomOptions): Promise<void>; }
Show Paramètres