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
public static AuthenticationResult GetDeviceCodeAccessToken(string applicationId, string authBaseUri, string[] scopes) {
var pca = Microsoft.Identity.Client.PublicClientApplicationBuilder.Create(applicationId).WithAuthority($"{authBaseUri}/common").WithDefaultRedirectUri();