MsalError.CodeExpired Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
What happens?
In the context of Device code flow (See https://aka.ms/msal-net-device-code-flow), this error happens when the device code expired before the user signed-in on another device (this is usually after 15 mins).Mitigation
None. Inform the user that they took too long to sign-in at the provided URL and enter the provided code.public const string CodeExpired;
val mutable CodeExpired : string
Public Const CodeExpired As String