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"; 51o.ClientSecret = "Test Secret"; 82o.ClientSecret = "Test Secret"; 95o.ClientSecret = "Test Secret"; 108o.ClientSecret = "Test Secret"; 121o.ClientSecret = "Test Secret"; 134o.ClientSecret = "Test Secret"; 147o.ClientSecret = "Test Secret"; 163o.ClientSecret = "Test Secret"; 215o.ClientSecret = "Test Secret"; 267o.ClientSecret = "Test Secret"; 322o.ClientSecret = "Test Secret"; 345o.ClientSecret = "Test Secret"; 368o.ClientSecret = "Test Secret"; 383o.ClientSecret = "Test Secret"; 417o.ClientSecret = "Test Secret"; 449o.ClientSecret = "Test Secret"; 494o.ClientSecret = "Test Secret"; 538o.ClientSecret = "Test Secret"; 594o.ClientSecret = "Test Secret"; 648o.ClientSecret = "Test Secret"; 698o.ClientSecret = "Test Secret"; 740o.ClientSecret = "Test Secret"; 775o.ClientSecret = "Test Secret"; 819o.ClientSecret = "Test Secret"; 835o.ClientSecret = "Test Secret"; 864o.ClientSecret = "Test Secret"; 908o.ClientSecret = "Test Secret"; 952o.ClientSecret = "Test Secret"; 989o.ClientSecret = "Test Secret"; 1025o.ClientSecret = "Test Client Secret"; 1235o.ClientSecret = "Test AppSecrent";
MicrosoftAccountTests.cs (12)
42o.ClientSecret = "whatever"; 52o.ClientSecret = "Test Client Secret"; 76o.ClientSecret = "Test Secret"; 89o.ClientSecret = "Test Secret"; 102o.ClientSecret = "Test Secret"; 115o.ClientSecret = "Test Secret"; 137o.ClientSecret = "Test Secret"; 155o.ClientSecret = "Test Secret"; 173o.ClientSecret = "Test Secret"; 192o.ClientSecret = "Test Client Secret"; 262o.ClientSecret = "Test Secret"; 292o.ClientSecret = "Test Client Secret";
OAuthTests.cs (9)
42o.ClientSecret = "whatever"; 73o.ClientSecret = "Whatever;"; 89o.ClientSecret = "Whatever;"; 105o.ClientSecret = "Whatever;"; 283o.ClientSecret = "secret"; 299opt.ClientSecret = "secret"; 326opt.ClientSecret = "secret"; 361opt.ClientSecret = "secret"; 397opt.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 },