MsalError.CodeExpired Field

Definition

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 

Field Value

Applies to