Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
DeviceCodeInfo interface
- Package:
- @azure/identity
Provides the user code and verification URI where the code must be entered. Also provides a message to display to the user which contains an instruction with these details.
Properties
| message | A message that may be shown to the user to instruct them on how to enter the device code in the page specified by the verification URI. |
| userCode | The device code that the user must enter into the verification page. |
| verificationUri | The verification URI to which the user must navigate to enter the device code. |
Property Details
message
A message that may be shown to the user to instruct them on how to enter the device code in the page specified by the verification URI.
message: string
Property Value
string
userCode
The device code that the user must enter into the verification page.
userCode: string
Property Value
string
verificationUri
The verification URI to which the user must navigate to enter the device code.
verificationUri: string
Property Value
string
