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