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"; 50o.ClientId = "Test Id"; 81o.ClientId = "Test Id"; 94o.ClientId = "Test Id"; 107o.ClientId = "Test Id"; 120o.ClientId = "Test Id"; 133o.ClientId = "Test Id"; 146o.ClientId = "Test Id"; 162o.ClientId = "Test Id"; 214o.ClientId = "Test Id"; 266o.ClientId = "Test Id"; 321o.ClientId = "Test Id"; 344o.ClientId = "Test Id"; 367o.ClientId = "Test Id"; 382o.ClientId = "Test Id"; 416o.ClientId = "Test Id"; 448o.ClientId = "Test Id"; 493o.ClientId = "Test Id"; 537o.ClientId = "Test Id"; 593o.ClientId = "Test Id"; 647o.ClientId = "Test Id"; 697o.ClientId = "Test Id"; 739o.ClientId = "Test Id"; 774o.ClientId = "Test Id"; 818o.ClientId = "Test Id"; 834o.ClientId = "Test Id"; 863o.ClientId = "Test Id"; 907o.ClientId = "Test Id"; 951o.ClientId = "Test Id"; 988o.ClientId = "Test Id"; 1024o.ClientId = "Test Client Id"; 1234o.ClientId = "Test ClientId";
MicrosoftAccountTests.cs (12)
41o.ClientId = "whatever"; 51o.ClientId = "Test Client Id"; 75o.ClientId = "Test Id"; 88o.ClientId = "Test Id"; 101o.ClientId = "Test Id"; 114o.ClientId = "Test Id"; 136o.ClientId = "Test Id"; 154o.ClientId = "Test Id"; 172o.ClientId = "Test Id"; 191o.ClientId = "Test Client Id"; 261o.ClientId = "Test Id"; 291o.ClientId = "Test Client Id";
OAuthTests.cs (9)
57o.ClientId = "Whatever;"; 72o.ClientId = "Whatever;"; 88o.ClientId = "Whatever;"; 104o.ClientId = "Whatever;"; 282o.ClientId = "Test Id"; 298opt.ClientId = "Test Id"; 325opt.ClientId = "Test Id"; 360opt.ClientId = "Test Id"; 396opt.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 },