You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
privateconststringRefreshTokeExpired="The provided authorization code or refresh token has expired due to inactivity. Send a new interactive authorization request for this user and resource.";
publicvoidAuthenticateWithCliCredential_AzureCliNotInstalled([Values("'az' is not recognized","az: command not found","az: not found")]stringerrorMessage)
privateconststringRefreshTokenExpiredError="Azure CLI authentication failed due to an unknown error. ERROR: Get Token request returned http error: 400 and server response: {\"error\":\"invalid_grant\",\"error_description\":\"AADSTS70008: The provided authorization code or refresh token has expired due to inactivity. Send a new interactive authorization request for this user and resource.";
0 commit comments