Connection Auth Parameters Oauth Parameters
data class ConnectionAuthParametersOauthParameters(val authorizationEndpoint: String? = null, val clientParameters: ConnectionAuthParametersOauthParametersClientParameters? = null, val httpMethod: String? = null, val oauthHttpParameters: ConnectionAuthParametersOauthParametersOauthHttpParameters? = null)
Constructors
Link copied to clipboard
constructor(authorizationEndpoint: String? = null, clientParameters: ConnectionAuthParametersOauthParametersClientParameters? = null, httpMethod: String? = null, oauthHttpParameters: ConnectionAuthParametersOauthParametersOauthHttpParameters? = null)
Properties
Link copied to clipboard
The IP address of the authorized endpoint.
Link copied to clipboard
The parameters that are configured for the client. See client_parameters
below.
Link copied to clipboard
The HTTP request method. Valid values: GET
, POST
, HEAD
, DELETE
, PUT
, PATCH
.
Link copied to clipboard
The request parameters that are configured for OAuth authentication. See oauth_http_parameters
below.