Method | Description | |
---|---|---|
CreateQueryString ( string>.Dictionary |
Creates a query string from the given name-value pairs.
|
|
GetCodeResponseUri ( this message, string authorizationCode ) : string |
Generates a Uri to redirect the user's browser to, along with some OAuth paramters in the query string.
|
|
GetErrorResponseUri ( this message, string errorCode, string errorDescription ) : string |
Generates a Uri with the error message in the query string.
|
public static CreateQueryString ( string>.Dictionary |
||
parameters | string>.Dictionary | The name-value pairs. |
return | string |
public static GetCodeResponseUri ( this message, string authorizationCode ) : string | ||
message | this | The incoming request message. |
authorizationCode | string | The authorization code. |
return | string |
public static GetErrorResponseUri ( this message, string errorCode, string errorDescription ) : string | ||
message | this | Then incoming request message. |
errorCode | string | The error code. |
errorDescription | string | A description of the error. |
return | string |