Метод | Описание | |
---|---|---|
EndOAuthFlow ( |
Returns the refresh code given the credentials and the accessCode.
|
|
GetInitialOAuthUrl ( |
Returns the URL to use to start the OAUTH login flow.
|
Метод | Описание | |
---|---|---|
ToQueryString ( string>.IDictionary |
public static EndOAuthFlow ( |
||
credentials | The oauth credentials. | |
redirectUrl | string | |
accessCode | string | The access code returned from the login flow. |
Результат | Task |
public static GetInitialOAuthUrl ( |
||
credentials | ||
redirectUrl | string | |
scopes | IEnumerable |
|
Результат | string |