60 writes to ClientId
Identity.ExternalClaims (1)
Startup.cs (1)
46o.ClientId = "<yourid>";
Microsoft.AspNetCore.Authentication.Facebook (1)
FacebookOptions.cs (1)
66set { ClientId = value; }
Microsoft.AspNetCore.Authentication.Test (53)
GoogleTests.cs (32)
40o.ClientId = "whatever"; 57o.ClientId = "Test Id"; 88o.ClientId = "Test Id"; 101o.ClientId = "Test Id"; 114o.ClientId = "Test Id"; 127o.ClientId = "Test Id"; 140o.ClientId = "Test Id"; 153o.ClientId = "Test Id"; 169o.ClientId = "Test Id"; 221o.ClientId = "Test Id"; 273o.ClientId = "Test Id"; 328o.ClientId = "Test Id"; 351o.ClientId = "Test Id"; 374o.ClientId = "Test Id"; 389o.ClientId = "Test Id"; 423o.ClientId = "Test Id"; 455o.ClientId = "Test Id"; 500o.ClientId = "Test Id"; 544o.ClientId = "Test Id"; 600o.ClientId = "Test Id"; 654o.ClientId = "Test Id"; 704o.ClientId = "Test Id"; 746o.ClientId = "Test Id"; 781o.ClientId = "Test Id"; 825o.ClientId = "Test Id"; 841o.ClientId = "Test Id"; 870o.ClientId = "Test Id"; 914o.ClientId = "Test Id"; 958o.ClientId = "Test Id"; 995o.ClientId = "Test Id"; 1031o.ClientId = "Test Client Id"; 1241o.ClientId = "Test ClientId";
MicrosoftAccountTests.cs (12)
41o.ClientId = "whatever"; 58o.ClientId = "Test Client Id"; 82o.ClientId = "Test Id"; 95o.ClientId = "Test Id"; 108o.ClientId = "Test Id"; 121o.ClientId = "Test Id"; 143o.ClientId = "Test Id"; 161o.ClientId = "Test Id"; 179o.ClientId = "Test Id"; 198o.ClientId = "Test Client Id"; 268o.ClientId = "Test Id"; 298o.ClientId = "Test Client Id";
OAuthTests.cs (9)
64o.ClientId = "Whatever;"; 79o.ClientId = "Whatever;"; 95o.ClientId = "Whatever;"; 111o.ClientId = "Whatever;"; 289o.ClientId = "Test Id"; 305opt.ClientId = "Test Id"; 332opt.ClientId = "Test Id"; 367opt.ClientId = "Test Id"; 403opt.ClientId = "Test Id";
SocialSample (5)
Startup.cs (5)
65o.ClientId = Configuration["google:clientid"]; 103o.ClientId = Configuration["microsoftaccount:clientid"]; 117o.ClientId = Configuration["github:clientid"]; 156o.ClientId = Configuration["github-token:clientid"]; 171o.ClientId = "interactive.public";
7 references to ClientId
Microsoft.AspNetCore.Authentication.Facebook (1)
FacebookOptions.cs (1)
65get { return ClientId; }
Microsoft.AspNetCore.Authentication.MicrosoftAccount (1)
MicrosoftAccountHandler.cs (1)
66{ "client_id", Options.ClientId },
Microsoft.AspNetCore.Authentication.OAuth (3)
OAuthHandler.cs (2)
202{ "client_id", Options.ClientId }, 307{ "client_id", Options.ClientId },
OAuthOptions.cs (1)
29ArgumentException.ThrowIfNullOrEmpty(ClientId);
SocialSample (2)
Startup.cs (2)
324{ "client_id", options.ClientId }, 364{ "client_id", options.ClientId },