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