DeviceCodePromptCallback type
Definierar signaturen för ett återanrop som skickas till DeviceCodeCredential i syfte att visa autentiseringsinformation för användaren.
type DeviceCodePromptCallback = (deviceCodeInfo: DeviceCodeInfo) => void