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