60 writes to ClientSecret
Identity.ExternalClaims (1)
Startup.cs (1)
47o.ClientSecret = "<yoursecret>";
Microsoft.AspNetCore.Authentication.Facebook (1)
FacebookOptions.cs (1)
76set { ClientSecret = value; }
Microsoft.AspNetCore.Authentication.Test (53)
GoogleTests.cs (32)
41o.ClientSecret = "whatever"; 58o.ClientSecret = "Test Secret"; 89o.ClientSecret = "Test Secret"; 102o.ClientSecret = "Test Secret"; 115o.ClientSecret = "Test Secret"; 128o.ClientSecret = "Test Secret"; 141o.ClientSecret = "Test Secret"; 154o.ClientSecret = "Test Secret"; 170o.ClientSecret = "Test Secret"; 222o.ClientSecret = "Test Secret"; 274o.ClientSecret = "Test Secret"; 329o.ClientSecret = "Test Secret"; 352o.ClientSecret = "Test Secret"; 375o.ClientSecret = "Test Secret"; 390o.ClientSecret = "Test Secret"; 424o.ClientSecret = "Test Secret"; 456o.ClientSecret = "Test Secret"; 501o.ClientSecret = "Test Secret"; 545o.ClientSecret = "Test Secret"; 601o.ClientSecret = "Test Secret"; 655o.ClientSecret = "Test Secret"; 705o.ClientSecret = "Test Secret"; 747o.ClientSecret = "Test Secret"; 782o.ClientSecret = "Test Secret"; 826o.ClientSecret = "Test Secret"; 842o.ClientSecret = "Test Secret"; 871o.ClientSecret = "Test Secret"; 915o.ClientSecret = "Test Secret"; 959o.ClientSecret = "Test Secret"; 996o.ClientSecret = "Test Secret"; 1032o.ClientSecret = "Test Client Secret"; 1242o.ClientSecret = "Test AppSecrent";
MicrosoftAccountTests.cs (12)
42o.ClientSecret = "whatever"; 59o.ClientSecret = "Test Client Secret"; 83o.ClientSecret = "Test Secret"; 96o.ClientSecret = "Test Secret"; 109o.ClientSecret = "Test Secret"; 122o.ClientSecret = "Test Secret"; 144o.ClientSecret = "Test Secret"; 162o.ClientSecret = "Test Secret"; 180o.ClientSecret = "Test Secret"; 199o.ClientSecret = "Test Client Secret"; 269o.ClientSecret = "Test Secret"; 299o.ClientSecret = "Test Client Secret";
OAuthTests.cs (9)
49o.ClientSecret = "whatever"; 80o.ClientSecret = "Whatever;"; 96o.ClientSecret = "Whatever;"; 112o.ClientSecret = "Whatever;"; 290o.ClientSecret = "secret"; 306opt.ClientSecret = "secret"; 333opt.ClientSecret = "secret"; 368opt.ClientSecret = "secret"; 404opt.ClientSecret = "secret";
SocialSample (5)
Startup.cs (5)
66o.ClientSecret = Configuration["google:clientsecret"]; 104o.ClientSecret = Configuration["microsoftaccount:clientsecret"]; 118o.ClientSecret = Configuration["github:clientsecret"]; 157o.ClientSecret = Configuration["github-token:clientsecret"]; 172o.ClientSecret = "secret";
5 references to ClientSecret
Microsoft.AspNetCore.Authentication.Facebook (1)
FacebookOptions.cs (1)
75get { return ClientSecret; }
Microsoft.AspNetCore.Authentication.OAuth (2)
OAuthHandler.cs (1)
204{ "client_secret", Options.ClientSecret },
OAuthOptions.cs (1)
30ArgumentException.ThrowIfNullOrEmpty(ClientSecret);
SocialSample (2)
Startup.cs (2)
325{ "client_secret", options.ClientSecret }, 365{ "client_secret", options.ClientSecret },