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 the default values required for OAuth 2.0 authentication.

Inheritance Hierarchy

System.Object
  Amazon.Appflow.Model.OAuth2Defaults

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

Syntax

C#
public class OAuth2Defaults

The OAuth2Defaults type exposes the following members

Constructors

NameDescription
Public Method OAuth2Defaults()

Properties

NameTypeDescription
Public Property AuthCodeUrls System.Collections.Generic.List<System.String>

Gets and sets the property AuthCodeUrls.

Auth code URLs that can be used for OAuth 2.0 authentication.

Public Property Oauth2CustomProperties System.Collections.Generic.List<Amazon.Appflow.Model.OAuth2CustomParameter>

Gets and sets the property Oauth2CustomProperties.

List of custom parameters required for OAuth 2.0 authentication.

Public Property Oauth2GrantTypesSupported System.Collections.Generic.List<System.String>

Gets and sets the property Oauth2GrantTypesSupported.

OAuth 2.0 grant types supported by the connector.

Public Property OauthScopes System.Collections.Generic.List<System.String>

Gets and sets the property OauthScopes.

OAuth 2.0 scopes that the connector supports.

Public Property TokenUrls System.Collections.Generic.List<System.String>

Gets and sets the property TokenUrls.

Token URLs that can be used 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