AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains information about the authentication config that the connector supports.

Inheritance Hierarchy

System.Object
  Amazon.Appflow.Model.AuthenticationConfig

Namespace: Amazon.Appflow.Model
Assembly: AWSSDK.Appflow.dll
Version: 3.x.y.z

Syntax

C#
public class AuthenticationConfig

The AuthenticationConfig type exposes the following members

Constructors

NameDescription
Public Method AuthenticationConfig()

Properties

NameTypeDescription
Public Property CustomAuthConfigs System.Collections.Generic.List<Amazon.Appflow.Model.CustomAuthConfig>

Gets and sets the property CustomAuthConfigs.

Contains information required for custom authentication.

Public Property IsApiKeyAuthSupported System.Boolean

Gets and sets the property IsApiKeyAuthSupported.

Indicates whether API key authentication is supported by the connector

Public Property IsBasicAuthSupported System.Boolean

Gets and sets the property IsBasicAuthSupported.

Indicates whether basic authentication is supported by the connector.

Public Property IsCustomAuthSupported System.Boolean

Gets and sets the property IsCustomAuthSupported.

Indicates whether custom authentication is supported by the connector

Public Property IsOAuth2Supported System.Boolean

Gets and sets the property IsOAuth2Supported.

Indicates whether OAuth 2.0 authentication is supported by the connector.

Public Property OAuth2Defaults Amazon.Appflow.Model.OAuth2Defaults

Gets and sets the property OAuth2Defaults.

Contains the default values required for OAuth 2.0 authentication.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5