4 writes to IncludeGrantedScopes
Microsoft.AspNetCore.Authentication.Test (4)
GoogleTests.cs (1)
179IncludeGrantedScopes = false,
OAuthChallengePropertiesTest.cs (3)
137IncludeGrantedScopes = true 142properties.IncludeGrantedScopes = false; 146properties.IncludeGrantedScopes = null;
3 references to IncludeGrantedScopes
Microsoft.AspNetCore.Authentication.Test (3)
OAuthChallengePropertiesTest.cs (3)
139Assert.True(properties.IncludeGrantedScopes); 143Assert.False(properties.IncludeGrantedScopes); 147Assert.Null(properties.IncludeGrantedScopes);