Partager via


DeviceCodePromptCallback type

Définit la signature d’un rappel qui sera passé à DeviceCodeCredential dans le but d’afficher les détails d’authentification à l’utilisateur.

type DeviceCodePromptCallback = (deviceCodeInfo: DeviceCodeInfo) => void