Click or drag to resize

OAuthFlowBuilder Methods

The OAuthFlowBuilder type exposes the following members.

Methods
  NameDescription
Public methodBuild
Build the OAuthFlow instance.
Public methodSetAuthorizationURL
Set the authorization URL.
Public methodSetClientId
Set the client ID
Public methodSetClientSecret
Set the client secret.
Public methodSetHttpClient
Set the HttpClient.
Public methodSetJsonSerializer

Set the JsonSerializer.

Public methodSetRedirectURL
Set the redirect URL
Public methodSetTokenURL
Set the token URL.
Top
See Also