DeviceCodePromptCallback type
Defines the signature of a callback which will be passed to DeviceCodeCredential for the purpose of displaying authentication details to the user.
type DeviceCodePromptCallback = (deviceCodeInfo: DeviceCodeInfo) => void