Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Commit 82c231e

Browse files
committed
Created public API baselines
1 parent 96c27fa commit 82c231e

File tree

23 files changed

+25027
-0
lines changed

23 files changed

+25027
-0
lines changed

src/Microsoft.AspNetCore.Authentication.Cookies/baseline.net45.json

Lines changed: 1661 additions & 0 deletions
Large diffs are not rendered by default.

src/Microsoft.AspNetCore.Authentication.Cookies/baseline.netcore.json

Lines changed: 1661 additions & 0 deletions
Large diffs are not rendered by default.

src/Microsoft.AspNetCore.Authentication.Facebook/baseline.net45.json

Lines changed: 453 additions & 0 deletions
Large diffs are not rendered by default.

src/Microsoft.AspNetCore.Authentication.Facebook/baseline.netcore.json

Lines changed: 453 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 291 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,291 @@
1+
{
2+
"AssemblyIdentity": "Microsoft.AspNetCore.Authentication.Google, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
3+
"Types": [
4+
{
5+
"Name": "Microsoft.AspNetCore.Authentication.Google.GoogleDefaults",
6+
"Visibility": "Public",
7+
"Kind": "Class",
8+
"Abstract": true,
9+
"Static": true,
10+
"Sealed": true,
11+
"ImplementedInterfaces": [],
12+
"Members": [
13+
{
14+
"Kind": "Field",
15+
"Name": "AuthorizationEndpoint",
16+
"Parameters": [],
17+
"ReturnType": "System.String",
18+
"Static": true,
19+
"ReadOnly": true,
20+
"Visibility": "Public",
21+
"GenericParameter": []
22+
},
23+
{
24+
"Kind": "Field",
25+
"Name": "TokenEndpoint",
26+
"Parameters": [],
27+
"ReturnType": "System.String",
28+
"Static": true,
29+
"ReadOnly": true,
30+
"Visibility": "Public",
31+
"GenericParameter": []
32+
},
33+
{
34+
"Kind": "Field",
35+
"Name": "UserInformationEndpoint",
36+
"Parameters": [],
37+
"ReturnType": "System.String",
38+
"Static": true,
39+
"ReadOnly": true,
40+
"Visibility": "Public",
41+
"GenericParameter": []
42+
},
43+
{
44+
"Kind": "Field",
45+
"Name": "AuthenticationScheme",
46+
"Parameters": [],
47+
"ReturnType": "System.String",
48+
"Static": true,
49+
"Visibility": "Public",
50+
"GenericParameter": [],
51+
"Constant": true,
52+
"Literal": "\"Google\""
53+
}
54+
],
55+
"GenericParameters": []
56+
},
57+
{
58+
"Name": "Microsoft.AspNetCore.Authentication.Google.GoogleHelper",
59+
"Visibility": "Public",
60+
"Kind": "Class",
61+
"Abstract": true,
62+
"Static": true,
63+
"Sealed": true,
64+
"ImplementedInterfaces": [],
65+
"Members": [
66+
{
67+
"Kind": "Method",
68+
"Name": "GetId",
69+
"Parameters": [
70+
{
71+
"Name": "user",
72+
"Type": "Newtonsoft.Json.Linq.JObject"
73+
}
74+
],
75+
"ReturnType": "System.String",
76+
"Static": true,
77+
"Visibility": "Public",
78+
"GenericParameter": []
79+
},
80+
{
81+
"Kind": "Method",
82+
"Name": "GetName",
83+
"Parameters": [
84+
{
85+
"Name": "user",
86+
"Type": "Newtonsoft.Json.Linq.JObject"
87+
}
88+
],
89+
"ReturnType": "System.String",
90+
"Static": true,
91+
"Visibility": "Public",
92+
"GenericParameter": []
93+
},
94+
{
95+
"Kind": "Method",
96+
"Name": "GetGivenName",
97+
"Parameters": [
98+
{
99+
"Name": "user",
100+
"Type": "Newtonsoft.Json.Linq.JObject"
101+
}
102+
],
103+
"ReturnType": "System.String",
104+
"Static": true,
105+
"Visibility": "Public",
106+
"GenericParameter": []
107+
},
108+
{
109+
"Kind": "Method",
110+
"Name": "GetFamilyName",
111+
"Parameters": [
112+
{
113+
"Name": "user",
114+
"Type": "Newtonsoft.Json.Linq.JObject"
115+
}
116+
],
117+
"ReturnType": "System.String",
118+
"Static": true,
119+
"Visibility": "Public",
120+
"GenericParameter": []
121+
},
122+
{
123+
"Kind": "Method",
124+
"Name": "GetProfile",
125+
"Parameters": [
126+
{
127+
"Name": "user",
128+
"Type": "Newtonsoft.Json.Linq.JObject"
129+
}
130+
],
131+
"ReturnType": "System.String",
132+
"Static": true,
133+
"Visibility": "Public",
134+
"GenericParameter": []
135+
},
136+
{
137+
"Kind": "Method",
138+
"Name": "GetEmail",
139+
"Parameters": [
140+
{
141+
"Name": "user",
142+
"Type": "Newtonsoft.Json.Linq.JObject"
143+
}
144+
],
145+
"ReturnType": "System.String",
146+
"Static": true,
147+
"Visibility": "Public",
148+
"GenericParameter": []
149+
}
150+
],
151+
"GenericParameters": []
152+
},
153+
{
154+
"Name": "Microsoft.AspNetCore.Authentication.Google.GoogleMiddleware",
155+
"Visibility": "Public",
156+
"Kind": "Class",
157+
"BaseType": "Microsoft.AspNetCore.Authentication.OAuth.OAuthMiddleware<Microsoft.AspNetCore.Builder.GoogleOptions>",
158+
"ImplementedInterfaces": [],
159+
"Members": [
160+
{
161+
"Kind": "Method",
162+
"Name": "CreateHandler",
163+
"Parameters": [],
164+
"ReturnType": "Microsoft.AspNetCore.Authentication.AuthenticationHandler<Microsoft.AspNetCore.Builder.GoogleOptions>",
165+
"Virtual": true,
166+
"Override": true,
167+
"Visibility": "Protected",
168+
"GenericParameter": []
169+
},
170+
{
171+
"Kind": "Constructor",
172+
"Name": ".ctor",
173+
"Parameters": [
174+
{
175+
"Name": "next",
176+
"Type": "Microsoft.AspNetCore.Http.RequestDelegate"
177+
},
178+
{
179+
"Name": "dataProtectionProvider",
180+
"Type": "Microsoft.AspNetCore.DataProtection.IDataProtectionProvider"
181+
},
182+
{
183+
"Name": "loggerFactory",
184+
"Type": "Microsoft.Extensions.Logging.ILoggerFactory"
185+
},
186+
{
187+
"Name": "encoder",
188+
"Type": "System.Text.Encodings.Web.UrlEncoder"
189+
},
190+
{
191+
"Name": "sharedOptions",
192+
"Type": "Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Authentication.SharedAuthenticationOptions>"
193+
},
194+
{
195+
"Name": "options",
196+
"Type": "Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Builder.GoogleOptions>"
197+
}
198+
],
199+
"Visibility": "Public",
200+
"GenericParameter": []
201+
}
202+
],
203+
"GenericParameters": []
204+
},
205+
{
206+
"Name": "Microsoft.AspNetCore.Builder.GoogleAppBuilderExtensions",
207+
"Visibility": "Public",
208+
"Kind": "Class",
209+
"Abstract": true,
210+
"Static": true,
211+
"Sealed": true,
212+
"ImplementedInterfaces": [],
213+
"Members": [
214+
{
215+
"Kind": "Method",
216+
"Name": "UseGoogleAuthentication",
217+
"Parameters": [
218+
{
219+
"Name": "app",
220+
"Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
221+
}
222+
],
223+
"ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
224+
"Static": true,
225+
"Extension": true,
226+
"Visibility": "Public",
227+
"GenericParameter": []
228+
},
229+
{
230+
"Kind": "Method",
231+
"Name": "UseGoogleAuthentication",
232+
"Parameters": [
233+
{
234+
"Name": "app",
235+
"Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
236+
},
237+
{
238+
"Name": "options",
239+
"Type": "Microsoft.AspNetCore.Builder.GoogleOptions"
240+
}
241+
],
242+
"ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
243+
"Static": true,
244+
"Extension": true,
245+
"Visibility": "Public",
246+
"GenericParameter": []
247+
}
248+
],
249+
"GenericParameters": []
250+
},
251+
{
252+
"Name": "Microsoft.AspNetCore.Builder.GoogleOptions",
253+
"Visibility": "Public",
254+
"Kind": "Class",
255+
"BaseType": "Microsoft.AspNetCore.Builder.OAuthOptions",
256+
"ImplementedInterfaces": [],
257+
"Members": [
258+
{
259+
"Kind": "Method",
260+
"Name": "get_AccessType",
261+
"Parameters": [],
262+
"ReturnType": "System.String",
263+
"Visibility": "Public",
264+
"GenericParameter": []
265+
},
266+
{
267+
"Kind": "Method",
268+
"Name": "set_AccessType",
269+
"Parameters": [
270+
{
271+
"Name": "value",
272+
"Type": "System.String"
273+
}
274+
],
275+
"ReturnType": "System.Void",
276+
"Visibility": "Public",
277+
"GenericParameter": []
278+
},
279+
{
280+
"Kind": "Constructor",
281+
"Name": ".ctor",
282+
"Parameters": [],
283+
"Visibility": "Public",
284+
"GenericParameter": []
285+
}
286+
],
287+
"GenericParameters": []
288+
}
289+
],
290+
"SourceFilters": []
291+
}

0 commit comments

Comments
 (0)