4 writes to Scope
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthChallengeProperties.cs (1)
53Scope = scopes;
Microsoft.AspNetCore.Authentication.Test (3)
GoogleTests.cs (1)
174Scope = new string[] { "openid", "https://www.googleapis.com/auth/plus.login" },
OAuthChallengePropertiesTest.cs (2)
17Scope = new string[] { "foo", "bar" } 30properties.Scope = null;
4 references to Scope
Microsoft.AspNetCore.Authentication.Test (4)
OAuthChallengePropertiesTest.cs (4)
19Assert.Equal(new string[] { "foo", "bar" }, properties.Scope); 28Assert.Equal(new string[] { "foo", "bar" }, properties.Scope); 31Assert.Null(properties.Scope); 39Assert.Equal(new string[] { "foo", "bar" }, properties.Scope);