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
// EmailRead scope is required to access detailed user info. As the post configure action should have added it, we need to ensure it's present.
93
+
// EmailRead scope is required to access detailed user info when IncludeDetailedUserInfo is enabled.
94
+
// The post configure action should have added it at this stage, so we need to ensure it's present.
93
95
thrownewArgumentOutOfRangeException(nameof(Scope),string.Join(',',Scope),$"The '{Scopes.EmailRead}' scope must be specified when '{nameof(IncludeDetailedUserInfo)}' is enabled.");
0 commit comments