Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
DeviceCodePromptCallback type
- Package:
- @azure/identity
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
