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
Copy file name to clipboardExpand all lines: GoogleApis.Blazor/Auth/AuthService.cs
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,13 +37,14 @@ public AuthService(IJSRuntime jsRuntime, IHttpClientFactory httpClientFactory, I
37
37
}
38
38
39
39
/// <summary>
40
-
/// oAuth2 Step 1. Opens "Select Google Account" page in a new tab and return the value into redirectUrl.
40
+
/// oAuth2 Step 1. Opens "Select Google Account" page in a new tab and return the value into redirectUrl. Default prompt is consent, which asked for user permission each time (none for not opening consent page and select account for account select account page).
0 commit comments