Microsoft.Owin.Security.Google.xml 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <doc>
  3. <assembly>
  4. <name>Microsoft.Owin.Security.Google</name>
  5. </assembly>
  6. <members>
  7. <member name="T:Microsoft.Owin.Security.Google.GoogleApplyRedirectContext">
  8. <summary>在质询导致重定向到 Google OpenID 中间件中的授权终结点时传递上下文</summary>
  9. </member>
  10. <member name="M:Microsoft.Owin.Security.Google.GoogleApplyRedirectContext.#ctor(Microsoft.Owin.IOwinContext,Microsoft.Owin.Security.Google.GoogleAuthenticationOptions,Microsoft.Owin.Security.AuthenticationProperties,System.String)">
  11. <summary>创建新的上下文对象。</summary>
  12. <param name="context">OWIN 请求上下文</param>
  13. <param name="options">Google OpenID 中间件选项</param>
  14. <param name="properties">质询的身份验证属性</param>
  15. <param name="redirectUri">初始重定向 URI</param>
  16. </member>
  17. <member name="P:Microsoft.Owin.Security.Google.GoogleApplyRedirectContext.Properties">
  18. <summary>获取质询的身份验证属性</summary>
  19. </member>
  20. <member name="P:Microsoft.Owin.Security.Google.GoogleApplyRedirectContext.RedirectUri">
  21. <summary>获取用于重定向操作的 URI。</summary>
  22. </member>
  23. <member name="T:Microsoft.Owin.Security.Google.GoogleAuthenticatedContext">
  24. <summary>包含登录会话及用户 <see cref="T:System.Security.Claims.ClaimsIdentity" /> 的相关信息。</summary>
  25. </member>
  26. <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})">
  27. <summary>初始化 <see cref="T:Microsoft.Owin.Security.Google.GoogleAuthenticatedContext" /></summary>
  28. <param name="context">OWIN 环境</param>
  29. <param name="identity">表示用户的 <see cref="T:System.Security.Claims.ClaimsIdentity" /></param>
  30. <param name="properties">常见身份验证属性的属性包</param>
  31. </member>
  32. <member name="P:Microsoft.Owin.Security.Google.GoogleAuthenticatedContext.AttributeExchangeProperties">
  33. <summary>获取消息属性的键/值字典。</summary>
  34. </member>
  35. <member name="P:Microsoft.Owin.Security.Google.GoogleAuthenticatedContext.Identity">
  36. <summary>获取或设置用于表示用户的 <see cref="T:System.Security.Claims.ClaimsIdentity" /></summary>
  37. </member>
  38. <member name="P:Microsoft.Owin.Security.Google.GoogleAuthenticatedContext.Properties">
  39. <summary>获取或设置常见身份验证属性的属性包</summary>
  40. </member>
  41. <member name="P:Microsoft.Owin.Security.Google.GoogleAuthenticatedContext.ResponseMessage">
  42. <summary>从 openid 查询字符串获取或设置分析的响应消息</summary>
  43. </member>
  44. <member name="T:Microsoft.Owin.Security.Google.GoogleAuthenticationMiddleware">
  45. <summary>使用 Google OpenID 对用户进行身份验证的 OWIN 中间件</summary>
  46. </member>
  47. <member name="M:Microsoft.Owin.Security.Google.GoogleAuthenticationMiddleware.#ctor(Microsoft.Owin.OwinMiddleware,Owin.IAppBuilder,Microsoft.Owin.Security.Google.GoogleAuthenticationOptions)">
  48. <summary>初始化 <see cref="T:Microsoft.Owin.Security.Google.GoogleAuthenticationMiddleware" /></summary>
  49. <param name="next">OWIN 管道中要调用的下一个中间件</param>
  50. <param name="app">OWIN 应用程序</param>
  51. <param name="options">中间件的配置选项</param>
  52. </member>
  53. <member name="M:Microsoft.Owin.Security.Google.GoogleAuthenticationMiddleware.CreateHandler">
  54. <summary>提供用于处理身份验证相关请求的 <see cref="T:Microsoft.Owin.Security.Infrastructure.AuthenticationHandler" /> 对象。</summary>
  55. <returns>配置了提供给构造函数的 <see cref="T:Microsoft.Owin.Security.Google.GoogleAuthenticationOptions" /> 的 <see cref="T:Microsoft.Owin.Security.Infrastructure.AuthenticationHandler" />。</returns>
  56. </member>
  57. <member name="T:Microsoft.Owin.Security.Google.GoogleAuthenticationOptions">
  58. <summary>
  59. <see cref="T:Microsoft.Owin.Security.Google.GoogleAuthenticationMiddleware" /> 的配置选项</summary>
  60. </member>
  61. <member name="M:Microsoft.Owin.Security.Google.GoogleAuthenticationOptions.#ctor">
  62. <summary>初始化新的 <see cref="T:Microsoft.Owin.Security.Google.GoogleAuthenticationOptions" /></summary>
  63. </member>
  64. <member name="P:Microsoft.Owin.Security.Google.GoogleAuthenticationOptions.BackchannelCertificateValidator">
  65. <summary>获取或设置固定证书验证程序,用于验证在属于 Google 的返回通道通信中使用的终结点。</summary>
  66. <returns>固定证书验证程序。</returns>
  67. </member>
  68. <member name="P:Microsoft.Owin.Security.Google.GoogleAuthenticationOptions.BackchannelHttpHandler">
  69. <summary>用于与 Google 通信的 HttpMessageHandler。除非值可以向下转换为 WebRequestHandler,否则不能在设置 BackchannelCertificateValidator 的同时设置此项。</summary>
  70. </member>
  71. <member name="P:Microsoft.Owin.Security.Google.GoogleAuthenticationOptions.BackchannelTimeout">
  72. <summary>获取或设置与 Google 进行的返回通道通信的超时值(以毫秒为单位)。</summary>
  73. <returns>返回通道超时值。</returns>
  74. </member>
  75. <member name="P:Microsoft.Owin.Security.Google.GoogleAuthenticationOptions.CallbackPath">
  76. <summary>应用程序的基路径内将返回用户代理的请求路径。此请求到达时,中间件将处理此请求。默认值为“/signin-google”。</summary>
  77. </member>
  78. <member name="P:Microsoft.Owin.Security.Google.GoogleAuthenticationOptions.Caption">
  79. <summary>获取或设置用户可以在登录用户界面上显示的文本。</summary>
  80. </member>
  81. <member name="P:Microsoft.Owin.Security.Google.GoogleAuthenticationOptions.Provider">
  82. <summary>获取或设置用于处理身份验证事件的 <see cref="T:Microsoft.Owin.Security.Google.IGoogleAuthenticationProvider" />。</summary>
  83. </member>
  84. <member name="P:Microsoft.Owin.Security.Google.GoogleAuthenticationOptions.SignInAsAuthenticationType">
  85. <summary>获取或设置将负责实际颁发用户 <see cref="T:System.Security.Claims.ClaimsIdentity" /> 的其他身份验证中间件的名称。</summary>
  86. </member>
  87. <member name="P:Microsoft.Owin.Security.Google.GoogleAuthenticationOptions.StateDataFormat">
  88. <summary>获取或设置用于保护由中间件处理的数据的类型。</summary>
  89. </member>
  90. <member name="T:Microsoft.Owin.Security.Google.GoogleAuthenticationProvider">
  91. <summary>默认 <see cref="T:Microsoft.Owin.Security.Google.IGoogleAuthenticationProvider" /> 实现。</summary>
  92. </member>
  93. <member name="M:Microsoft.Owin.Security.Google.GoogleAuthenticationProvider.#ctor">
  94. <summary>初始化 <see cref="T:Microsoft.Owin.Security.Google.GoogleAuthenticationProvider" /></summary>
  95. </member>
  96. <member name="M:Microsoft.Owin.Security.Google.GoogleAuthenticationProvider.ApplyRedirect(Microsoft.Owin.Security.Google.GoogleApplyRedirectContext)">
  97. <summary>在质询导致重定向到 Google OpenID 中间件中的授权终结点时调用</summary>
  98. <param name="context">包含质询的重定向 URI 和 <see cref="T:Microsoft.Owin.Security.AuthenticationProperties" /></param>
  99. </member>
  100. <member name="M:Microsoft.Owin.Security.Google.GoogleAuthenticationProvider.Authenticated(Microsoft.Owin.Security.Google.GoogleAuthenticatedContext)">
  101. <summary>当 Google 成功对用户进行身份验证时调用</summary>
  102. <returns>表示已完成的操作的 <see cref="T:System.Threading.Tasks.Task" />。</returns>
  103. <param name="context">包含登录会话及用户 <see cref="T:System.Security.Claims.ClaimsIdentity" /> 的相关信息。</param>
  104. </member>
  105. <member name="P:Microsoft.Owin.Security.Google.GoogleAuthenticationProvider.OnApplyRedirect">
  106. <summary>获取或设置调用 ApplyRedirect 方法时调用的委托。</summary>
  107. </member>
  108. <member name="P:Microsoft.Owin.Security.Google.GoogleAuthenticationProvider.OnAuthenticated">
  109. <summary>获取或设置调用 Authenticated 方法时调用的函数。</summary>
  110. </member>
  111. <member name="P:Microsoft.Owin.Security.Google.GoogleAuthenticationProvider.OnReturnEndpoint">
  112. <summary>获取或设置调用 ReturnEndpoint 方法时调用的函数。</summary>
  113. </member>
  114. <member name="M:Microsoft.Owin.Security.Google.GoogleAuthenticationProvider.ReturnEndpoint(Microsoft.Owin.Security.Google.GoogleReturnEndpointContext)">
  115. <summary>在 <see cref="T:System.Security.Claims.ClaimsIdentity" /> 保存到本地 Cookie 中且浏览器重定向到最初请求的 URL 之前调用。</summary>
  116. <returns>表示已完成的操作的 <see cref="T:System.Threading.Tasks.Task" />。</returns>
  117. <param name="context">包含登录会话及用户 <see cref="T:System.Security.Claims.ClaimsIdentity" /> 的相关信息。</param>
  118. </member>
  119. <member name="T:Microsoft.Owin.Security.Google.GoogleOAuth2ApplyRedirectContext">
  120. <summary>在质询导致重定向到 Google OAuth 2.0 中间件中的授权终结点时传递上下文</summary>
  121. </member>
  122. <member name="M:Microsoft.Owin.Security.Google.GoogleOAuth2ApplyRedirectContext.#ctor(Microsoft.Owin.IOwinContext,Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions,Microsoft.Owin.Security.AuthenticationProperties,System.String)">
  123. <summary>创建新的上下文对象。</summary>
  124. <param name="context">OWIN 请求上下文</param>
  125. <param name="options">Google OAuth 2.0 中间件选项</param>
  126. <param name="properties">质询的身份验证属性</param>
  127. <param name="redirectUri">初始重定向 URI</param>
  128. </member>
  129. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2ApplyRedirectContext.Properties">
  130. <summary>获取质询的身份验证属性</summary>
  131. </member>
  132. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2ApplyRedirectContext.RedirectUri">
  133. <summary>获取用于重定向操作的 URI。</summary>
  134. </member>
  135. <member name="T:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext">
  136. <summary>包含登录会话及用户 <see cref="T:System.Security.Claims.ClaimsIdentity" /> 的相关信息。</summary>
  137. </member>
  138. <member name="M:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext.#ctor(Microsoft.Owin.IOwinContext,Newtonsoft.Json.Linq.JObject,System.String,System.String,System.String)">
  139. <summary>初始化 <see cref="T:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext" /></summary>
  140. <param name="context">OWIN 环境</param>
  141. <param name="user">JSON 序列化的 Google 用户信息</param>
  142. <param name="accessToken">Google OAuth 2.0 访问令牌</param>
  143. <param name="refreshToken">Google OAuth 2.0 刷新令牌</param>
  144. <param name="expires">距过期的秒数</param>
  145. </member>
  146. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext.AccessToken">
  147. <summary>获取 Google 访问令牌</summary>
  148. </member>
  149. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext.Email">
  150. <summary>获取用户的电子邮件</summary>
  151. </member>
  152. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext.ExpiresIn">
  153. <summary>获取 Google 访问令牌过期时间</summary>
  154. </member>
  155. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext.FamilyName">
  156. <summary>获取用户的姓氏</summary>
  157. </member>
  158. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext.GivenName">
  159. <summary>获取用户的名字</summary>
  160. </member>
  161. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext.Id">
  162. <summary>获取 Google 用户 ID</summary>
  163. </member>
  164. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext.Identity">
  165. <summary>获取用于表示用户的 <see cref="T:System.Security.Claims.ClaimsIdentity" /></summary>
  166. </member>
  167. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext.Name">
  168. <summary>获取用户的姓名</summary>
  169. </member>
  170. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext.Profile">
  171. <summary>获取用户的档案链接</summary>
  172. </member>
  173. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext.Properties">
  174. <summary>获取或设置常见身份验证属性的属性包</summary>
  175. </member>
  176. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext.RefreshToken">
  177. <summary>获取 Google 刷新令牌</summary>
  178. </member>
  179. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext.User">
  180. <summary>获取 JSON 序列化的用户</summary>
  181. </member>
  182. <member name="T:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationMiddleware">
  183. <summary>使用 Google OAuth 2.0 对用户进行身份验证的 OWIN 中间件</summary>
  184. </member>
  185. <member name="M:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationMiddleware.#ctor(Microsoft.Owin.OwinMiddleware,Owin.IAppBuilder,Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions)">
  186. <summary>初始化 <see cref="T:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationMiddleware" /></summary>
  187. <param name="next">OWIN 管道中要调用的下一个中间件</param>
  188. <param name="app">OWIN 应用程序</param>
  189. <param name="options">中间件的配置选项</param>
  190. </member>
  191. <member name="M:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationMiddleware.CreateHandler">
  192. <summary>提供用于处理身份验证相关请求的 <see cref="T:Microsoft.Owin.Security.Infrastructure.AuthenticationHandler" /> 对象。</summary>
  193. <returns>配置了提供给构造函数的 <see cref="T:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions" /> 的 <see cref="T:Microsoft.Owin.Security.Infrastructure.AuthenticationHandler" />。</returns>
  194. </member>
  195. <member name="T:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions">
  196. <summary>
  197. <see cref="T:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationMiddleware" /> 的配置选项</summary>
  198. </member>
  199. <member name="M:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions.#ctor">
  200. <summary>初始化新的 <see cref="T:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions" /></summary>
  201. </member>
  202. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions.AccessType">
  203. <summary>access_type。设置为“offline”可请求刷新令牌。</summary>
  204. </member>
  205. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions.BackchannelCertificateValidator">
  206. <summary>获取或设置固定证书验证程序,用于验证在属于 Google 的返回通道通信中使用的终结点。</summary>
  207. <returns>固定证书验证程序。</returns>
  208. </member>
  209. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions.BackchannelHttpHandler">
  210. <summary>用于与 Google 通信的 HttpMessageHandler。除非值可以向下转换为 WebRequestHandler,否则不能在设置 BackchannelCertificateValidator 的同时设置此项。</summary>
  211. </member>
  212. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions.BackchannelTimeout">
  213. <summary>获取或设置与 Google 进行的返回通道通信的超时值(以毫秒为单位)。</summary>
  214. <returns>返回通道超时值(以毫秒为单位)。</returns>
  215. </member>
  216. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions.CallbackPath">
  217. <summary>应用程序的基路径内将返回用户代理的请求路径。此请求到达时,中间件将处理此请求。默认值为“/signin-google”。</summary>
  218. </member>
  219. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions.Caption">
  220. <summary>获取或设置用户可以在登录用户界面上显示的文本。</summary>
  221. </member>
  222. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions.ClientId">
  223. <summary>获取或设置 Google 分配的客户端 ID</summary>
  224. </member>
  225. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions.ClientSecret">
  226. <summary>获取或设置 Google 分配的客户端机密</summary>
  227. </member>
  228. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions.Provider">
  229. <summary>获取或设置用于处理身份验证事件的 <see cref="T:Microsoft.Owin.Security.Google.IGoogleOAuth2AuthenticationProvider" />。</summary>
  230. </member>
  231. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions.Scope">
  232. <summary>要请求的权限列表。</summary>
  233. </member>
  234. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions.SignInAsAuthenticationType">
  235. <summary>获取或设置将负责实际颁发用户 <see cref="T:System.Security.Claims.ClaimsIdentity" /> 的其他身份验证中间件的名称。</summary>
  236. </member>
  237. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions.StateDataFormat">
  238. <summary>获取或设置用于保护由中间件处理的数据的类型。</summary>
  239. </member>
  240. <member name="T:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationProvider">
  241. <summary>默认 <see cref="T:Microsoft.Owin.Security.Google.IGoogleOAuth2AuthenticationProvider" /> 实现。</summary>
  242. </member>
  243. <member name="M:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationProvider.#ctor">
  244. <summary>初始化 <see cref="T:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationProvider" /></summary>
  245. </member>
  246. <member name="M:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationProvider.ApplyRedirect(Microsoft.Owin.Security.Google.GoogleOAuth2ApplyRedirectContext)">
  247. <summary>在质询导致重定向到 Google OAuth 2.0 中间件中的授权终结点时调用</summary>
  248. <param name="context">包含质询的重定向 URI 和 <see cref="T:Microsoft.Owin.Security.AuthenticationProperties" /></param>
  249. </member>
  250. <member name="M:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationProvider.Authenticated(Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext)">
  251. <summary>当 Google 成功对用户进行身份验证时调用</summary>
  252. <returns>表示已完成的操作的 <see cref="T:System.Threading.Tasks.Task" />。</returns>
  253. <param name="context">包含登录会话及用户 <see cref="T:System.Security.Claims.ClaimsIdentity" /> 的相关信息。</param>
  254. </member>
  255. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationProvider.OnApplyRedirect">
  256. <summary>获取或设置调用 ApplyRedirect 方法时调用的委托。</summary>
  257. </member>
  258. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationProvider.OnAuthenticated">
  259. <summary>获取或设置调用 Authenticated 方法时调用的函数。</summary>
  260. </member>
  261. <member name="P:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationProvider.OnReturnEndpoint">
  262. <summary>获取或设置调用 ReturnEndpoint 方法时调用的函数。</summary>
  263. </member>
  264. <member name="M:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationProvider.ReturnEndpoint(Microsoft.Owin.Security.Google.GoogleOAuth2ReturnEndpointContext)">
  265. <summary>在 <see cref="T:System.Security.Claims.ClaimsIdentity" /> 保存到本地 Cookie 中且浏览器重定向到最初请求的 URL 之前调用。</summary>
  266. <returns>表示已完成的操作的 <see cref="T:System.Threading.Tasks.Task" />。</returns>
  267. <param name="context">包含返回终结点的上下文信息和身份验证票证。</param>
  268. </member>
  269. <member name="T:Microsoft.Owin.Security.Google.GoogleOAuth2ReturnEndpointContext">
  270. <summary>向中间件提供程序提供上下文信息。</summary>
  271. </member>
  272. <member name="M:Microsoft.Owin.Security.Google.GoogleOAuth2ReturnEndpointContext.#ctor(Microsoft.Owin.IOwinContext,Microsoft.Owin.Security.AuthenticationTicket)">
  273. <summary>初始化 <see cref="T:Microsoft.Owin.Security.Google.GoogleOAuth2ReturnEndpointContext" /></summary>
  274. <param name="context">OWIN 环境</param>
  275. <param name="ticket">身份验证票证</param>
  276. </member>
  277. <member name="T:Microsoft.Owin.Security.Google.GoogleReturnEndpointContext">
  278. <summary>向中间件提供程序提供上下文信息。</summary>
  279. </member>
  280. <member name="M:Microsoft.Owin.Security.Google.GoogleReturnEndpointContext.#ctor(Microsoft.Owin.IOwinContext,Microsoft.Owin.Security.AuthenticationTicket)">
  281. <param name="context">OWIN 环境</param>
  282. <param name="ticket">身份验证票证</param>
  283. </member>
  284. <member name="T:Microsoft.Owin.Security.Google.IGoogleAuthenticationProvider">
  285. <summary>指定回调方法,<see cref="T:Microsoft.Owin.Security.Google.GoogleAuthenticationMiddleware" /> 调用这些方法使开发人员可以控制身份验证过程。/&amp;amp;gt;</summary>
  286. </member>
  287. <member name="M:Microsoft.Owin.Security.Google.IGoogleAuthenticationProvider.ApplyRedirect(Microsoft.Owin.Security.Google.GoogleApplyRedirectContext)">
  288. <summary>在质询导致重定向到 Google OpenID 中间件中的授权终结点时调用</summary>
  289. <param name="context">包含质询的重定向 URI 和 <see cref="T:Microsoft.Owin.Security.AuthenticationProperties" /></param>
  290. </member>
  291. <member name="M:Microsoft.Owin.Security.Google.IGoogleAuthenticationProvider.Authenticated(Microsoft.Owin.Security.Google.GoogleAuthenticatedContext)">
  292. <summary>当 Google 成功对用户进行身份验证时调用</summary>
  293. <returns>表示已完成的操作的 <see cref="T:System.Threading.Tasks.Task" />。</returns>
  294. <param name="context">包含登录会话及用户 <see cref="T:System.Security.Claims.ClaimsIdentity" /> 的相关信息。</param>
  295. </member>
  296. <member name="M:Microsoft.Owin.Security.Google.IGoogleAuthenticationProvider.ReturnEndpoint(Microsoft.Owin.Security.Google.GoogleReturnEndpointContext)">
  297. <summary>在 <see cref="T:System.Security.Claims.ClaimsIdentity" /> 保存到本地 Cookie 中且浏览器重定向到最初请求的 URL 之前调用。</summary>
  298. <returns>表示已完成的操作的 <see cref="T:System.Threading.Tasks.Task" />。</returns>
  299. <param name="context">包含登录会话及用户 <see cref="T:System.Security.Claims.ClaimsIdentity" /> 的相关信息。</param>
  300. </member>
  301. <member name="T:Microsoft.Owin.Security.Google.IGoogleOAuth2AuthenticationProvider">
  302. <summary>指定回调方法,<see cref="T:Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationMiddleware" /> 调用这些方法使开发人员可以控制身份验证过程。/&amp;amp;gt;</summary>
  303. </member>
  304. <member name="M:Microsoft.Owin.Security.Google.IGoogleOAuth2AuthenticationProvider.ApplyRedirect(Microsoft.Owin.Security.Google.GoogleOAuth2ApplyRedirectContext)">
  305. <summary>在质询导致重定向到 Google OAuth 2.0 中间件中的授权终结点时调用</summary>
  306. <param name="context">包含质询的重定向 URI 和 <see cref="T:Microsoft.Owin.Security.AuthenticationProperties" /></param>
  307. </member>
  308. <member name="M:Microsoft.Owin.Security.Google.IGoogleOAuth2AuthenticationProvider.Authenticated(Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticatedContext)">
  309. <summary>当 Google 成功对用户进行身份验证时调用</summary>
  310. <returns>表示已完成的操作的 <see cref="T:System.Threading.Tasks.Task" />。</returns>
  311. <param name="context">包含登录会话及用户 <see cref="T:System.Security.Claims.ClaimsIdentity" /> 的相关信息。</param>
  312. </member>
  313. <member name="M:Microsoft.Owin.Security.Google.IGoogleOAuth2AuthenticationProvider.ReturnEndpoint(Microsoft.Owin.Security.Google.GoogleOAuth2ReturnEndpointContext)">
  314. <summary>在 <see cref="T:System.Security.Claims.ClaimsIdentity" /> 保存到本地 Cookie 中且浏览器重定向到最初请求的 URL 之前调用。</summary>
  315. <returns>表示已完成的操作的 <see cref="T:System.Threading.Tasks.Task" />。</returns>
  316. <param name="context">包含返回终结点的上下文信息和身份验证票证。</param>
  317. </member>
  318. <member name="T:Owin.GoogleAuthenticationExtensions">
  319. <summary>使用 <see cref="T:Microsoft.Owin.Security.Google.GoogleAuthenticationMiddleware" /> 的扩展方法</summary>
  320. </member>
  321. <member name="M:Owin.GoogleAuthenticationExtensions.UseGoogleAuthentication(Owin.IAppBuilder)">
  322. <summary>对使用 Google OpenId 的用户进行身份验证</summary>
  323. <returns>已更新的 <see cref="T:Owin.IAppBuilder" /></returns>
  324. <param name="app">传递给配置方法的 <see cref="T:Owin.IAppBuilder" /></param>
  325. </member>
  326. <member name="M:Owin.GoogleAuthenticationExtensions.UseGoogleAuthentication(Owin.IAppBuilder,Microsoft.Owin.Security.Google.GoogleAuthenticationOptions)">
  327. <summary>对使用 Google OpenId 的用户进行身份验证</summary>
  328. <returns>已更新的 <see cref="T:Owin.IAppBuilder" /></returns>
  329. <param name="app">传递给配置方法的 <see cref="T:Owin.IAppBuilder" /></param>
  330. <param name="options">中间件配置选项</param>
  331. </member>
  332. <member name="M:Owin.GoogleAuthenticationExtensions.UseGoogleAuthentication(Owin.IAppBuilder,Microsoft.Owin.Security.Google.GoogleOAuth2AuthenticationOptions)">
  333. <summary>对使用 Google OAuth 2.0 的用户进行身份验证</summary>
  334. <returns>已更新的 <see cref="T:Owin.IAppBuilder" /></returns>
  335. <param name="app">传递给配置方法的 <see cref="T:Owin.IAppBuilder" /></param>
  336. <param name="options">中间件配置选项</param>
  337. </member>
  338. <member name="M:Owin.GoogleAuthenticationExtensions.UseGoogleAuthentication(Owin.IAppBuilder,System.String,System.String)">
  339. <summary>对使用 Google OAuth 2.0 的用户进行身份验证</summary>
  340. <returns>已更新的 <see cref="T:Owin.IAppBuilder" /></returns>
  341. <param name="app">传递给配置方法的 <see cref="T:Owin.IAppBuilder" /></param>
  342. <param name="clientId">google 分配的客户端 ID</param>
  343. <param name="clientSecret">google 分配的客户端机密</param>
  344. </member>
  345. </members>
  346. </doc>