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