Class CreateConnectionOAuthRequestParameters
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
Contains the OAuth authorization parameters to use for the connection.
public class CreateConnectionOAuthRequestParameters
- Inheritance
-
CreateConnectionOAuthRequestParameters
- Inherited Members
Constructors
CreateConnectionOAuthRequestParameters()
public CreateConnectionOAuthRequestParameters()
Properties
AuthorizationEndpoint
Gets and sets the property AuthorizationEndpoint.
The URL to the authorization endpoint when OAuth is specified as the authorization type.
public string AuthorizationEndpoint { get; set; }
Property Value
ClientParameters
Gets and sets the property ClientParameters.
A CreateConnectionOAuthClientRequestParameters
object that contains the client
parameters for OAuth authorization.
public CreateConnectionOAuthClientRequestParameters ClientParameters { get; set; }
Property Value
HttpMethod
Gets and sets the property HttpMethod.
The method to use for the authorization request.
public ConnectionOAuthHttpMethod HttpMethod { get; set; }
Property Value
OAuthHttpParameters
Gets and sets the property OAuthHttpParameters.
A ConnectionHttpParameters
object that contains details about the additional
parameters to use for the connection.
public ConnectionHttpParameters OAuthHttpParameters { get; set; }