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.

The authentication settings for accessing provisioned data models in your Amplify project.

Inheritance Hierarchy

System.Object
  Amazon.AmplifyBackend.Model.BackendAPIAppSyncAuthSettings

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

Syntax

C#
public class BackendAPIAppSyncAuthSettings

The BackendAPIAppSyncAuthSettings type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CognitoUserPoolId System.String

Gets and sets the property CognitoUserPoolId.

The Amazon Cognito user pool ID, if Amazon Cognito was used as an authentication setting to access your data models.

Public Property Description System.String

Gets and sets the property Description.

The API key description for API_KEY, if it was used as an authentication mechanism to access your data models.

Public Property ExpirationTime System.Double

Gets and sets the property ExpirationTime.

The API key expiration time for API_KEY, if it was used as an authentication mechanism to access your data models.

Public Property OpenIDAuthTTL System.String

Gets and sets the property OpenIDAuthTTL.

The expiry time for the OpenID authentication mechanism.

Public Property OpenIDClientId System.String

Gets and sets the property OpenIDClientId.

The clientID for openID, if openID was used as an authentication setting to access your data models.

Public Property OpenIDIatTTL System.String

Gets and sets the property OpenIDIatTTL.

The expiry time for the OpenID authentication mechanism.

Public Property OpenIDIssueURL System.String

Gets and sets the property OpenIDIssueURL.

The openID issuer URL, if openID was used as an authentication setting to access your data models.

Public Property OpenIDProviderName System.String

Gets and sets the property OpenIDProviderName.

The OpenID provider name, if OpenID was used as an authentication mechanism to access your data models.

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