CreateConnectionOAuthRequestParameters
Contains the OAuth authorization parameters to use for the connection.
Types
Properties
Link copied to clipboard
The URL to the authorization endpoint when OAuth is specified as the authorization type.
Link copied to clipboard
A CreateConnectionOAuthClientRequestParameters
object that contains the client parameters for OAuth authorization.
Link copied to clipboard
The method to use for the authorization request.
Link copied to clipboard
A ConnectionHttpParameters
object that contains details about the additional parameters to use for the connection.
Functions
Link copied to clipboard
inline fun copy(block: CreateConnectionOAuthRequestParameters.Builder.() -> Unit = {}): CreateConnectionOAuthRequestParameters