91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 7.02MB
    文件類型: .7z
    金幣: 1
    下載: 0 次
    發布日期: 2023-10-03
  • 語言: 其他
  • 標簽: 單點登陸??

資源簡介

用于單點登陸DotNetOpenAuth

資源截圖

代碼片段和文件信息

//-----------------------------------------------------------------------
//?
//?????Copyright?(c)?Andrew?Arnott.?All?rights?reserved.
//?
//-----------------------------------------------------------------------

namespace?DotNetOpenAuth.ApplicationBlock?{
using?System;
using?System.Collections.Generic;
using?System.Diagnostics;
using?System.Globalization;
using?System.IO;
using?System.Linq;
using?System.Net;
using?System.Security.Cryptography.X509Certificates;
using?System.Text;
using?System.Text.Regularexpressions;
using?System.xml;
using?System.xml.Linq;
using?DotNetOpenAuth.Messaging;
using?DotNetOpenAuth.OAuth;
using?DotNetOpenAuth.OAuth.ChannelElements;

///?
///?A?consumer?capable?of?communicating?with?Google?Data?APIs.
///?

public?static?class?GoogleConsumer?{
///?
///?The?Consumer?to?use?for?accessing?Google?data?APIs.
///?

public?static?readonly?ServiceProviderDescription?ServiceDescription?=?new?ServiceProviderDescription?{
RequestTokenEndpoint?=?new?MessageReceivingEndpoint(“https://www.google.com/accounts/OAuthGetRequestToken“?HttpDeliveryMethods.AuthorizationHeaderRequest?|?HttpDeliveryMethods.GetRequest)
UserAuthorizationEndpoint?=?new?MessageReceivingEndpoint(“https://www.google.com/accounts/OAuthAuthorizeToken“?HttpDeliveryMethods.AuthorizationHeaderRequest?|?HttpDeliveryMethods.GetRequest)
AccessTokenEndpoint?=?new?MessageReceivingEndpoint(“https://www.google.com/accounts/OAuthGetAccessToken“?HttpDeliveryMethods.AuthorizationHeaderRequest?|?HttpDeliveryMethods.GetRequest)
TamperProtectionElements?=?new?ITamperProtectionChannelBindingElement[]?{?new?HmacSha1SigningBindingElement()?}
};

///?
///?A?mapping?between?Google‘s?applications?and?their?URI?scope?values.
///?

private?static?readonly?Dictionary?DataScopeUris?=?new?Dictionary?{
{?Applications.Analytics?“https://www.google.com/analytics/feeds/“?}
{?Applications.Googlebase?“http://www.google.com/base/feeds/“?}
{?Applications.Blogger?“http://www.blogger.com/feeds“?}
{?Applications.BookSearch?“http://www.google.com/books/feeds/“?}
{?Applications.Calendar?“http://www.google.com/calendar/feeds/“?}
{?Applications.Contacts?“http://www.google.com/m8/feeds/“?}
{?Applications.DocumentsList?“http://docs.google.com/feeds/“?}
{?Applications.Finance?“http://finance.google.com/finance/feeds/“?}
{?Applications.Gmail?“https://mail.google.com/mail/feed/atom“?}
{?Applications.Health?“https://www.google.com/h9/feeds/“?}
{?Applications.Maps?“http://maps.google.com/maps/feeds/“?}
{?Applications.OpenSocial?“http://sandbox.gmodules.com/api/“?}
{?Applications.PicasaWeb?“http://picasaweb.google.com/data/“?}
{?Applications.Spreadsheets?“http://spreadsheet

評論

共有 條評論