You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

606 lines
36 KiB

4 years ago
1 year ago
4 years ago
1 year ago
4 years ago
1 year ago
4 years ago
1 year ago
4 years ago
1 year ago
4 years ago
1 year ago
4 years ago
1 year ago
4 years ago
1 year ago
4 years ago
1 year ago
4 years ago
1 year ago
4 years ago
1 year ago
4 years ago
1 year ago
4 years ago
1 year ago
4 years ago
1 year ago
4 years ago
1 year ago
4 years ago
1 year ago
4 years ago
1 year ago
4 years ago
1 year ago
4 years ago
1 year ago
4 years ago
1 year ago
4 years ago
1 year ago
4 years ago
1 year ago
4 years ago
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>Microsoft.Owin.Security.Google</name>
  5. </assembly>
  6. <members>
  7. <member name="T:Owin.GoogleAuthenticationExtensions">
  8. <summary>
  9. Extension methods for using <see cref="T:Microsoft.Owin.Security.Google.GoogleAuthenticationMiddleware"/>
  10. </summary>
  11. </member>
  12. <member name="M:Owin.GoogleAuthenticationExtensions.UseGoogleAuthentication(Owin.IAppBuilder,Microsoft.Owin.Security.Google.GoogleAuthenticationOptions)">
  13. <summary>
  14. Authenticate users using Google OpenId
  15. </summary>
  16. <param name="app">The <see cref="T:Owin.IAppBuilder"/> passed to the configuration method</param>
  17. <param name="options">Middleware configuration options</param>
  18. <returns>The updated <see cref="T:Owin.IAppBuilder"/></returns>
  19. </member>
  20. <member name="M:Owin.GoogleAuthenticationExtensions.UseGoogleAuthentication(Owin.IAppBuilder)">
  21. <summary>
  22. Authenticate users using Google OpenId
  23. </summary>
  24. <param name="app">The <see cref="T:Owin.IAppBuilder"/> passed to the configuration method</param>
  25. <returns>The updated <see cref="T:Owin.IAppBuilder"/></returns>
  26. </member>
  27. <member name="M:Owin.GoogleAuthenticationExtensions.UseGoogleAuthentication(Owin.IAppBuilder,Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions)">
  28. <summary>
  29. Authenticate users using Google OAuth 2.0
  30. </summary>
  31. <param name="app">The <see cref="T:Owin.IAppBuilder"/> passed to the configuration method</param>
  32. <param name="options">Middleware configuration options</param>
  33. <returns>The updated <see cref="T:Owin.IAppBuilder"/></returns>
  34. </member>
  35. <member name="M:Owin.GoogleAuthenticationExtensions.UseGoogleAuthentication(Owin.IAppBuilder,System.String,System.String)">
  36. <summary>
  37. Authenticate users using Google OAuth 2.0
  38. </summary>
  39. <param name="app">The <see cref="T:Owin.IAppBuilder"/> passed to the configuration method</param>
  40. <param name="clientId">The google assigned client id</param>
  41. <param name="clientSecret">The google assigned client secret</param>
  42. <returns>The updated <see cref="T:Owin.IAppBuilder"/></returns>
  43. </member>
  44. <member name="T:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationMiddleware">
  45. <summary>
  46. OWIN middleware for authenticating users using Google OAuth 2.0
  47. </summary>
  48. </member>
  49. <member name="M:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationMiddleware.#ctor(Microsoft.Owin.OwinMiddleware,Owin.IAppBuilder,Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions)">
  50. <summary>
  51. Initializes a <see cref="T:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationMiddleware"/>
  52. </summary>
  53. <param name="next">The next middleware in the OWIN pipeline to invoke</param>
  54. <param name="app">The OWIN application</param>
  55. <param name="options">Configuration options for the middleware</param>
  56. </member>
  57. <member name="M:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationMiddleware.CreateHandler">
  58. <summary>
  59. Provides the <see cref="T:Microsoft.Owin.Security.Infrastructure.AuthenticationHandler"/> object for processing authentication-related requests.
  60. </summary>
  61. <returns>An <see cref="T:Microsoft.Owin.Security.Infrastructure.AuthenticationHandler"/> configured with the <see cref="T:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions"/> supplied to the constructor.</returns>
  62. </member>
  63. <member name="T:Microsoft.Owin.Security.Google.GoogleAuthenticationMiddleware">
  64. <summary>
  65. OWIN middleware for authenticating users using Google OpenID
  66. </summary>
  67. </member>
  68. <member name="M:Microsoft.Owin.Security.Google.GoogleAuthenticationMiddleware.#ctor(Microsoft.Owin.OwinMiddleware,Owin.IAppBuilder,Microsoft.Owin.Security.Google.GoogleAuthenticationOptions)">
  69. <summary>
  70. Initializes a <see cref="T:Microsoft.Owin.Security.Google.GoogleAuthenticationMiddleware"/>
  71. </summary>
  72. <param name="next">The next middleware in the OWIN pipeline to invoke</param>
  73. <param name="app">The OWIN application</param>
  74. <param name="options">Configuration options for the middleware</param>
  75. </member>
  76. <member name="M:Microsoft.Owin.Security.Google.GoogleAuthenticationMiddleware.CreateHandler">
  77. <summary>
  78. Provides the <see cref="T:Microsoft.Owin.Security.Infrastructure.AuthenticationHandler"/> object for processing authentication-related requests.
  79. </summary>
  80. <returns>An <see cref="T:Microsoft.Owin.Security.Infrastructure.AuthenticationHandler"/> configured with the <see cref="T:Microsoft.Owin.Security.Google.GoogleAuthenticationOptions"/> supplied to the constructor.</returns>
  81. </member>
  82. <member name="T:Microsoft.Owin.Security.Google.GoogleAuthenticationOptions">
  83. <summary>
  84. Configuration options for <see cref="T:Microsoft.Owin.Security.Google.GoogleAuthenticationMiddleware"/>
  85. </summary>
  86. </member>
  87. <member name="M:Microsoft.Owin.Security.Google.GoogleAuthenticationOptions.#ctor">
  88. <summary>
  89. Initializes a new <see cref="T:Microsoft.Owin.Security.Google.GoogleAuthenticationOptions"/>
  90. </summary>
  91. </member>
  92. <member name="P:Microsoft.Owin.Security.Google.GoogleAuthenticationOptions.BackchannelCertificateValidator">
  93. <summary>
  94. Gets or sets the a pinned certificate validator to use to validate the endpoints used
  95. in back channel communications belong to Google.
  96. </summary>
  97. <value>
  98. The pinned certificate validator.
  99. </value>
  100. <remarks>If this property is null then the default certificate checks are performed,
  101. validating the subject name and if the signing chain is a trusted party.</remarks>
  102. </member>
  103. <member name="P:Microsoft.Owin.Security.Google.GoogleAuthenticationOptions.BackchannelTimeout">
  104. <summary>
  105. Gets or sets timeout value in milliseconds for back channel communications with Google.
  106. </summary>
  107. <value>
  108. The back channel timeout.
  109. </value>
  110. </member>
  111. <member name="P:Microsoft.Owin.Security.Google.GoogleAuthenticationOptions.BackchannelHttpHandler">
  112. <summary>
  113. The HttpMessageHandler used to communicate with Google.
  114. This cannot be set at the same time as BackchannelCertificateValidator unless the value
  115. can be downcast to a WebRequestHandler.
  116. </summary>
  117. </member>
  118. <member name="P:Microsoft.Owin.Security.Google.GoogleAuthenticationOptions.Caption">
  119. <summary>
  120. Get or sets the text that the user can display on a sign in user interface.
  121. </summary>
  122. </member>
  123. <member name="P:Microsoft.Owin.Security.Google.GoogleAuthenticationOptions.CallbackPath">
  124. <summary>
  125. The request path within the application's base path where the user-agent will be returned.
  126. The middleware will process this request when it arrives.
  127. Default value is "/signin-google".
  128. </summary>
  129. </member>
  130. <member name="P:Microsoft.Owin.Security.Google.GoogleAuthenticationOptions.SignInAsAuthenticationType">
  131. <summary>
  132. Gets or sets the name of another authentication middleware which will be responsible for actually issuing a user <see cref="T:System.Security.Claims.ClaimsIdentity"/>.
  133. </summary>
  134. </member>
  135. <member name="P:Microsoft.Owin.Security.Google.GoogleAuthenticationOptions.Provider">
  136. <summary>
  137. Gets or sets the <see cref="T:Microsoft.Owin.Security.Google.IGoogleAuthenticationProvider"/> used to handle authentication events.
  138. </summary>
  139. </member>
  140. <member name="P:Microsoft.Owin.Security.Google.GoogleAuthenticationOptions.StateDataFormat">
  141. <summary>
  142. Gets or sets the type used to secure data handled by the middleware.
  143. </summary>
  144. </member>
  145. <member name="T:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions">
  146. <summary>
  147. Configuration options for <see cref="T:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationMiddleware"/>
  148. </summary>
  149. </member>
  150. <member name="M:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions.#ctor">
  151. <summary>
  152. Initializes a new <see cref="T:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions"/>
  153. </summary>
  154. </member>
  155. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions.ClientId">
  156. <summary>
  157. Gets or sets the Google-assigned client id
  158. </summary>
  159. </member>
  160. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions.ClientSecret">
  161. <summary>
  162. Gets or sets the Google-assigned client secret
  163. </summary>
  164. </member>
  165. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions.BackchannelCertificateValidator">
  166. <summary>
  167. Gets or sets the a pinned certificate validator to use to validate the endpoints used
  168. in back channel communications belong to Google.
  169. </summary>
  170. <value>
  171. The pinned certificate validator.
  172. </value>
  173. <remarks>If this property is null then the default certificate checks are performed,
  174. validating the subject name and if the signing chain is a trusted party.</remarks>
  175. </member>
  176. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions.BackchannelTimeout">
  177. <summary>
  178. Gets or sets timeout value in milliseconds for back channel communications with Google.
  179. </summary>
  180. <value>
  181. The back channel timeout in milliseconds.
  182. </value>
  183. </member>
  184. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions.BackchannelHttpHandler">
  185. <summary>
  186. The HttpMessageHandler used to communicate with Google.
  187. This cannot be set at the same time as BackchannelCertificateValidator unless the value
  188. can be downcast to a WebRequestHandler.
  189. </summary>
  190. </member>
  191. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions.Caption">
  192. <summary>
  193. Get or sets the text that the user can display on a sign in user interface.
  194. </summary>
  195. </member>
  196. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions.CallbackPath">
  197. <summary>
  198. The request path within the application's base path where the user-agent will be returned.
  199. The middleware will process this request when it arrives.
  200. Default value is "/signin-google".
  201. </summary>
  202. </member>
  203. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions.SignInAsAuthenticationType">
  204. <summary>
  205. Gets or sets the name of another authentication middleware which will be responsible for actually issuing a user <see cref="T:System.Security.Claims.ClaimsIdentity"/>.
  206. </summary>
  207. </member>
  208. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions.Provider">
  209. <summary>
  210. Gets or sets the <see cref="T:Microsoft.Owin.Security.Google.IGoogleOAuth2AuthenticationProvider"/> used to handle authentication events.
  211. </summary>
  212. </member>
  213. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions.StateDataFormat">
  214. <summary>
  215. Gets or sets the type used to secure data handled by the middleware.
  216. </summary>
  217. </member>
  218. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions.Scope">
  219. <summary>
  220. A list of permissions to request.
  221. </summary>
  222. </member>
  223. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions.AccessType">
  224. <summary>
  225. access_type. Set to 'offline' to request a refresh token.
  226. </summary>
  227. </member>
  228. <member name="M:Microsoft.Owin.Security.Google.Infrastructure.Message.Add(Microsoft.Owin.IReadableStringCollection,System.Boolean)">
  229. <summary>
  230. Adds the openid parameters from querystring or form body into Namespaces and Properties collections.
  231. This normalizes the parameter name, by replacing the variable namespace alias with the
  232. actual namespace in the collection's key, and will optionally skip any parameters that are
  233. not signed if the strict argument is true.
  234. </summary>
  235. <param name="parameters">The keys and values of the incoming querystring or form body</param>
  236. <param name="strict">True if keys that are not signed should be ignored</param>
  237. </member>
  238. <member name="T:Microsoft.Owin.Security.Google.GoogleAuthenticatedContext">
  239. <summary>
  240. Contains information about the login session as well as the user <see cref="T:System.Security.Claims.ClaimsIdentity"/>.
  241. </summary>
  242. </member>
  243. <member name="M:Microsoft.Owin.Security.Google.GoogleAuthenticatedContext.#ctor(Microsoft.Owin.IOwinContext,System.Security.Claims.ClaimsIdentity,Microsoft.Owin.Security.AuthenticationProperties,System.Xml.Linq.XElement,System.Collections.Generic.IDictionary{System.String,System.String})">
  244. <summary>
  245. Initializes a <see cref="T:Microsoft.Owin.Security.Google.GoogleAuthenticatedContext"/>
  246. </summary>
  247. <param name="context">The OWIN environment</param>
  248. <param name="identity">The <see cref="T:System.Security.Claims.ClaimsIdentity"/> representing the user</param>
  249. <param name="properties">A property bag for common authentication properties</param>
  250. <param name="responseMessage"></param>
  251. <param name="attributeExchangeProperties"></param>
  252. </member>
  253. <member name="P:Microsoft.Owin.Security.Google.GoogleAuthenticatedContext.Identity">
  254. <summary>
  255. Gets or sets the <see cref="T:System.Security.Claims.ClaimsIdentity"/> representing the user
  256. </summary>
  257. </member>
  258. <member name="P:Microsoft.Owin.Security.Google.GoogleAuthenticatedContext.Properties">
  259. <summary>
  260. Gets or sets a property bag for common authentication properties
  261. </summary>
  262. </member>
  263. <member name="P:Microsoft.Owin.Security.Google.GoogleAuthenticatedContext.ResponseMessage">
  264. <summary>
  265. Gets or sets parsed response message from openid query string
  266. </summary>
  267. </member>
  268. <member name="P:Microsoft.Owin.Security.Google.GoogleAuthenticatedContext.AttributeExchangeProperties">
  269. <summary>
  270. Gets the key-value dictinary of message properties
  271. </summary>
  272. </member>
  273. <member name="T:Microsoft.Owin.Security.Google.GoogleAuthenticationProvider">
  274. <summary>
  275. Default <see cref="T:Microsoft.Owin.Security.Google.IGoogleAuthenticationProvider"/> implementation.
  276. </summary>
  277. </member>
  278. <member name="T:Microsoft.Owin.Security.Google.IGoogleAuthenticationProvider">
  279. <summary>
  280. Specifies callback methods which the <see cref="T:Microsoft.Owin.Security.Google.GoogleAuthenticationMiddleware"></see> invokes to enable developer control over the authentication process. /&gt;
  281. </summary>
  282. </member>
  283. <member name="M:Microsoft.Owin.Security.Google.IGoogleAuthenticationProvider.Authenticated(Microsoft.Owin.Security.Google.GoogleAuthenticatedContext)">
  284. <summary>
  285. Invoked whenever Google succesfully authenticates a user
  286. </summary>
  287. <param name="context">Contains information about the login session as well as the user <see cref="T:System.Security.Claims.ClaimsIdentity"/>.</param>
  288. <returns>A <see cref="T:System.Threading.Tasks.Task"/> representing the completed operation.</returns>
  289. </member>
  290. <member name="M:Microsoft.Owin.Security.Google.IGoogleAuthenticationProvider.ReturnEndpoint(Microsoft.Owin.Security.Google.GoogleReturnEndpointContext)">
  291. <summary>
  292. Invoked prior to the <see cref="T:System.Security.Claims.ClaimsIdentity"/> being saved in a local cookie and the browser being redirected to the originally requested URL.
  293. </summary>
  294. <param name="context">Contains information about the login session as well as the user <see cref="T:System.Security.Claims.ClaimsIdentity"/>.</param>
  295. <returns>A <see cref="T:System.Threading.Tasks.Task"/> representing the completed operation.</returns>
  296. </member>
  297. <member name="M:Microsoft.Owin.Security.Google.IGoogleAuthenticationProvider.ApplyRedirect(Microsoft.Owin.Security.Google.GoogleApplyRedirectContext)">
  298. <summary>
  299. Called when a Challenge causes a redirect to authorize endpoint in the Google OpenID middleware
  300. </summary>
  301. <param name="context">Contains redirect URI and <see cref="T:Microsoft.Owin.Security.AuthenticationProperties"/> of the challenge </param>
  302. </member>
  303. <member name="M:Microsoft.Owin.Security.Google.GoogleAuthenticationProvider.#ctor">
  304. <summary>
  305. Initializes a <see cref="T:Microsoft.Owin.Security.Google.GoogleAuthenticationProvider"/>
  306. </summary>
  307. </member>
  308. <member name="M:Microsoft.Owin.Security.Google.GoogleAuthenticationProvider.Authenticated(Microsoft.Owin.Security.Google.GoogleAuthenticatedContext)">
  309. <summary>
  310. Invoked whenever Google successfully authenticates a user
  311. </summary>
  312. <param name="context">Contains information about the login session as well as the user <see cref="T:System.Security.Claims.ClaimsIdentity"/>.</param>
  313. <returns>A <see cref="T:System.Threading.Tasks.Task"/> representing the completed operation.</returns>
  314. </member>
  315. <member name="M:Microsoft.Owin.Security.Google.GoogleAuthenticationProvider.ReturnEndpoint(Microsoft.Owin.Security.Google.GoogleReturnEndpointContext)">
  316. <summary>
  317. Invoked prior to the <see cref="T:System.Security.Claims.ClaimsIdentity"/> being saved in a local cookie and the browser being redirected to the originally requested URL.
  318. </summary>
  319. <param name="context">Contains information about the login session as well as the user <see cref="T:System.Security.Claims.ClaimsIdentity"/>.</param>
  320. <returns>A <see cref="T:System.Threading.Tasks.Task"/> representing the completed operation.</returns>
  321. </member>
  322. <member name="M:Microsoft.Owin.Security.Google.GoogleAuthenticationProvider.ApplyRedirect(Microsoft.Owin.Security.Google.GoogleApplyRedirectContext)">
  323. <summary>
  324. Called when a Challenge causes a redirect to authorize endpoint in the Google OpenID middleware
  325. </summary>
  326. <param name="context">Contains redirect URI and <see cref="T:Microsoft.Owin.Security.AuthenticationProperties"/> of the challenge </param>
  327. </member>
  328. <member name="P:Microsoft.Owin.Security.Google.GoogleAuthenticationProvider.OnAuthenticated">
  329. <summary>
  330. Gets or sets the function that is invoked when the Authenticated method is invoked.
  331. </summary>
  332. </member>
  333. <member name="P:Microsoft.Owin.Security.Google.GoogleAuthenticationProvider.OnReturnEndpoint">
  334. <summary>
  335. Gets or sets the function that is invoked when the ReturnEndpoint method is invoked.
  336. </summary>
  337. </member>
  338. <member name="P:Microsoft.Owin.Security.Google.GoogleAuthenticationProvider.OnApplyRedirect">
  339. <summary>
  340. Gets or sets the delegate that is invoked when the ApplyRedirect method is invoked.
  341. </summary>
  342. </member>
  343. <member name="T:Microsoft.Owin.Security.Google.GoogleApplyRedirectContext">
  344. <summary>
  345. Context passed when a Challenge causes a redirect to authorize endpoint in the Google OpenID middleware
  346. </summary>
  347. </member>
  348. <member name="M:Microsoft.Owin.Security.Google.GoogleApplyRedirectContext.#ctor(Microsoft.Owin.IOwinContext,Microsoft.Owin.Security.Google.GoogleAuthenticationOptions,Microsoft.Owin.Security.AuthenticationProperties,System.String)">
  349. <summary>
  350. Creates a new context object.
  351. </summary>
  352. <param name="context">The OWIN request context</param>
  353. <param name="options">The Google OpenID middleware options</param>
  354. <param name="properties">The authentication properties of the challenge</param>
  355. <param name="redirectUri">The initial redirect URI</param>
  356. </member>
  357. <member name="P:Microsoft.Owin.Security.Google.GoogleApplyRedirectContext.RedirectUri">
  358. <summary>
  359. Gets the URI used for the redirect operation.
  360. </summary>
  361. </member>
  362. <member name="P:Microsoft.Owin.Security.Google.GoogleApplyRedirectContext.Properties">
  363. <summary>
  364. Gets the authentication properties of the challenge
  365. </summary>
  366. </member>
  367. <member name="T:Microsoft.Owin.Security.Google.GoogleOAuth2ApplyRedirectContext">
  368. <summary>
  369. Context passed when a Challenge causes a redirect to authorize endpoint in the Google OAuth 2.0 middleware
  370. </summary>
  371. </member>
  372. <member name="M:Microsoft.Owin.Security.Google.GoogleOAuth2ApplyRedirectContext.#ctor(Microsoft.Owin.IOwinContext,Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions,Microsoft.Owin.Security.AuthenticationProperties,System.String)">
  373. <summary>
  374. Creates a new context object.
  375. </summary>
  376. <param name="context">The OWIN request context</param>
  377. <param name="options">The Google OAuth 2.0 middleware options</param>
  378. <param name="properties">The authenticaiton properties of the challenge</param>
  379. <param name="redirectUri">The initial redirect URI</param>
  380. </member>
  381. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2ApplyRedirectContext.RedirectUri">
  382. <summary>
  383. Gets the URI used for the redirect operation.
  384. </summary>
  385. </member>
  386. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2ApplyRedirectContext.Properties">
  387. <summary>
  388. Gets the authenticaiton properties of the challenge
  389. </summary>
  390. </member>
  391. <member name="T:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext">
  392. <summary>
  393. Contains information about the login session as well as the user <see cref="T:System.Security.Claims.ClaimsIdentity"/>.
  394. </summary>
  395. </member>
  396. <member name="M:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext.#ctor(Microsoft.Owin.IOwinContext,Newtonsoft.Json.Linq.JObject,System.String,System.String,System.String)">
  397. <summary>
  398. Initializes a <see cref="T:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext"/>
  399. </summary>
  400. <param name="context">The OWIN environment</param>
  401. <param name="user">The JSON-serialized Google user info</param>
  402. <param name="accessToken">Google OAuth 2.0 access token</param>
  403. <param name="refreshToken">Goolge OAuth 2.0 refresh token</param>
  404. <param name="expires">Seconds until expiration</param>
  405. </member>
  406. <member name="M:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext.#ctor(Microsoft.Owin.IOwinContext,Newtonsoft.Json.Linq.JObject,Newtonsoft.Json.Linq.JObject)">
  407. <summary>
  408. Initializes a <see cref="T:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext"/>
  409. </summary>
  410. <param name="context">The OWIN environment</param>
  411. <param name="user">The JSON-serialized Google user info</param>
  412. <param name="tokenResponse">The JSON-serialized token response Google</param>
  413. </member>
  414. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext.User">
  415. <summary>
  416. Gets the JSON-serialized user
  417. </summary>
  418. <remarks>
  419. Contains the Google user obtained from the endpoint https://www.googleapis.com/oauth2/v3/userinfo
  420. </remarks>
  421. </member>
  422. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext.AccessToken">
  423. <summary>
  424. Gets the Google access token
  425. </summary>
  426. </member>
  427. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext.RefreshToken">
  428. <summary>
  429. Gets the Google refresh token
  430. </summary>
  431. <remarks>
  432. This value is not null only when access_type authorize parameter is offline.
  433. </remarks>
  434. </member>
  435. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext.ExpiresIn">
  436. <summary>
  437. Gets the Google access token expiration time
  438. </summary>
  439. </member>
  440. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext.Id">
  441. <summary>
  442. Gets the Google user ID
  443. </summary>
  444. </member>
  445. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext.Name">
  446. <summary>
  447. Gets the user's name
  448. </summary>
  449. </member>
  450. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext.GivenName">
  451. <summary>
  452. Gets the user's given name
  453. </summary>
  454. </member>
  455. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext.FamilyName">
  456. <summary>
  457. Gets the user's family name
  458. </summary>
  459. </member>
  460. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext.Profile">
  461. <summary>
  462. Gets the user's profile link
  463. </summary>
  464. </member>
  465. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext.Email">
  466. <summary>
  467. Gets the user's email
  468. </summary>
  469. </member>
  470. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext.Identity">
  471. <summary>
  472. Gets the <see cref="T:System.Security.Claims.ClaimsIdentity"/> representing the user
  473. </summary>
  474. </member>
  475. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext.TokenResponse">
  476. <summary>
  477. Token response from Google
  478. </summary>
  479. </member>
  480. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext.Properties">
  481. <summary>
  482. Gets or sets a property bag for common authentication properties
  483. </summary>
  484. </member>
  485. <member name="T:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationProvider">
  486. <summary>
  487. Default <see cref="T:Microsoft.Owin.Security.Google.IGoogleOAuth2AuthenticationProvider"/> implementation.
  488. </summary>
  489. </member>
  490. <member name="T:Microsoft.Owin.Security.Google.IGoogleOAuth2AuthenticationProvider">
  491. <summary>
  492. Specifies callback methods which the <see cref="T:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationMiddleware"></see> invokes to enable developer control over the authentication process. /&gt;
  493. </summary>
  494. </member>
  495. <member name="M:Microsoft.Owin.Security.Google.IGoogleOAuth2AuthenticationProvider.Authenticated(Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext)">
  496. <summary>
  497. Invoked whenever Google succesfully authenticates a user
  498. </summary>
  499. <param name="context">Contains information about the login session as well as the user <see cref="T:System.Security.Claims.ClaimsIdentity"/>.</param>
  500. <returns>A <see cref="T:System.Threading.Tasks.Task"/> representing the completed operation.</returns>
  501. </member>
  502. <member name="M:Microsoft.Owin.Security.Google.IGoogleOAuth2AuthenticationProvider.ReturnEndpoint(Microsoft.Owin.Security.Google.GoogleOAuth2ReturnEndpointContext)">
  503. <summary>
  504. Invoked prior to the <see cref="T:System.Security.Claims.ClaimsIdentity"/> being saved in a local cookie and the browser being redirected to the originally requested URL.
  505. </summary>
  506. <param name="context">Contains context information and authentication ticket of the return endpoint.</param>
  507. <returns>A <see cref="T:System.Threading.Tasks.Task"/> representing the completed operation.</returns>
  508. </member>
  509. <member name="M:Microsoft.Owin.Security.Google.IGoogleOAuth2AuthenticationProvider.ApplyRedirect(Microsoft.Owin.Security.Google.GoogleOAuth2ApplyRedirectContext)">
  510. <summary>
  511. Called when a Challenge causes a redirect to authorize endpoint in the Google OAuth 2.0 middleware
  512. </summary>
  513. <param name="context">Contains redirect URI and <see cref="T:Microsoft.Owin.Security.AuthenticationProperties"/> of the challenge </param>
  514. </member>
  515. <member name="M:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationProvider.#ctor">
  516. <summary>
  517. Initializes a <see cref="T:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationProvider"/>
  518. </summary>
  519. </member>
  520. <member name="M:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationProvider.Authenticated(Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext)">
  521. <summary>
  522. Invoked whenever Google succesfully authenticates a user
  523. </summary>
  524. <param name="context">Contains information about the login session as well as the user <see cref="T:System.Security.Claims.ClaimsIdentity"/>.</param>
  525. <returns>A <see cref="T:System.Threading.Tasks.Task"/> representing the completed operation.</returns>
  526. </member>
  527. <member name="M:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationProvider.ReturnEndpoint(Microsoft.Owin.Security.Google.GoogleOAuth2ReturnEndpointContext)">
  528. <summary>
  529. Invoked prior to the <see cref="T:System.Security.Claims.ClaimsIdentity"/> being saved in a local cookie and the browser being redirected to the originally requested URL.
  530. </summary>
  531. <param name="context">Contains context information and authentication ticket of the return endpoint.</param>
  532. <returns>A <see cref="T:System.Threading.Tasks.Task"/> representing the completed operation.</returns>
  533. </member>
  534. <member name="M:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationProvider.ApplyRedirect(Microsoft.Owin.Security.Google.GoogleOAuth2ApplyRedirectContext)">
  535. <summary>
  536. Called when a Challenge causes a redirect to authorize endpoint in the Google OAuth 2.0 middleware
  537. </summary>
  538. <param name="context">Contains redirect URI and <see cref="T:Microsoft.Owin.Security.AuthenticationProperties"/> of the challenge </param>
  539. </member>
  540. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationProvider.OnAuthenticated">
  541. <summary>
  542. Gets or sets the function that is invoked when the Authenticated method is invoked.
  543. </summary>
  544. </member>
  545. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationProvider.OnReturnEndpoint">
  546. <summary>
  547. Gets or sets the function that is invoked when the ReturnEndpoint method is invoked.
  548. </summary>
  549. </member>
  550. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationProvider.OnApplyRedirect">
  551. <summary>
  552. Gets or sets the delegate that is invoked when the ApplyRedirect method is invoked.
  553. </summary>
  554. </member>
  555. <member name="T:Microsoft.Owin.Security.Google.GoogleOAuth2ReturnEndpointContext">
  556. <summary>
  557. Provides context information to middleware providers.
  558. </summary>
  559. </member>
  560. <member name="M:Microsoft.Owin.Security.Google.GoogleOAuth2ReturnEndpointContext.#ctor(Microsoft.Owin.IOwinContext,Microsoft.Owin.Security.AuthenticationTicket)">
  561. <summary>
  562. Initialize a <see cref="T:Microsoft.Owin.Security.Google.GoogleOAuth2ReturnEndpointContext"/>
  563. </summary>
  564. <param name="context">OWIN environment</param>
  565. <param name="ticket">The authentication ticket</param>
  566. </member>
  567. <member name="T:Microsoft.Owin.Security.Google.GoogleReturnEndpointContext">
  568. <summary>
  569. Provides context information to middleware providers.
  570. </summary>
  571. </member>
  572. <member name="M:Microsoft.Owin.Security.Google.GoogleReturnEndpointContext.#ctor(Microsoft.Owin.IOwinContext,Microsoft.Owin.Security.AuthenticationTicket)">
  573. <summary>
  574. </summary>
  575. <param name="context">OWIN environment</param>
  576. <param name="ticket">The authentication ticket</param>
  577. </member>
  578. <member name="T:Microsoft.Owin.Security.Google.Resources">
  579. <summary>
  580. A strongly-typed resource class, for looking up localized strings, etc.
  581. </summary>
  582. </member>
  583. <member name="P:Microsoft.Owin.Security.Google.Resources.ResourceManager">
  584. <summary>
  585. Returns the cached ResourceManager instance used by this class.
  586. </summary>
  587. </member>
  588. <member name="P:Microsoft.Owin.Security.Google.Resources.Culture">
  589. <summary>
  590. Overrides the current thread's CurrentUICulture property for all
  591. resource lookups using this strongly typed resource class.
  592. </summary>
  593. </member>
  594. <member name="P:Microsoft.Owin.Security.Google.Resources.Exception_OptionMustBeProvided">
  595. <summary>
  596. Looks up a localized string similar to The &apos;{0}&apos; option must be provided..
  597. </summary>
  598. </member>
  599. <member name="P:Microsoft.Owin.Security.Google.Resources.Exception_ValidatorHandlerMismatch">
  600. <summary>
  601. Looks up a localized string similar to An ICertificateValidator cannot be specified at the same time as an HttpMessageHandler unless it is a WebRequestHandler..
  602. </summary>
  603. </member>
  604. </members>
  605. </doc>