Property | Type | Description | |
---|---|---|---|
AccessTokenLogMessage | string | ||
AccessTokenRequestStatus | string | ||
GetAccessToken | string | ||
GetOAuthToken | OAuthToken | ||
HttpHeaders | void |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
GetAccessToken ( bool cache ) : string | ||
ResetCachedToken ( ) : void | ||
WnsAccessTokenProvider ( string clientId, string clientSecret ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
AccessTokenLogMessage ( string message, |
||
AccessTokenRequestStatus ( string accessTokenUrl, string payload, string urlEncoded, int payloadLength, string clientID, string clientSecret ) : string | ||
GetAccessToken ( ) : string | ||
GetOAuthToken ( WebResponse response ) : OAuthToken | ||
HttpHeaders ( StringBuilder sb, WebHeaderCollection headers ) : void |
public GetAccessToken ( bool cache ) : string | ||
cache | bool | |
return | string |
public WnsAccessTokenProvider ( string clientId, string clientSecret ) : System | ||
clientId | string | |
clientSecret | string | |
return | System |