OAuthFlowBuilder Methods |
The OAuthFlowBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
| Build |
Build the OAuthFlow instance.
| |
| SetAuthorizationURL |
Set the authorization URL.
| |
| SetClientId |
Set the client ID
| |
| SetClientSecret |
Set the client secret.
| |
| SetHttpClient |
Set the HttpClient.
| |
| SetJsonSerializer | Set the JsonSerializer. | |
| SetRedirectURL |
Set the redirect URL
| |
| SetTokenURL |
Set the token URL.
|