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.

Creates the OAuth configuration for your Amplify project.

Inheritance Hierarchy

System.Object
  Amazon.AmplifyBackend.Model.CreateBackendAuthOAuthConfig

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

Syntax

C#
public class CreateBackendAuthOAuthConfig

The CreateBackendAuthOAuthConfig type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property DomainPrefix System.String

Gets and sets the property DomainPrefix.

The domain prefix for your Amplify app.

Public Property OAuthGrantType Amazon.AmplifyBackend.OAuthGrantType

Gets and sets the property OAuthGrantType.

The OAuth grant type that you use to allow app users to authenticate from your Amplify app.

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

Gets and sets the property OAuthScopes.

List of OAuth-related flows used to allow your app users to authenticate from your Amplify app.

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

Gets and sets the property RedirectSignInURIs.

The redirected URI for signing in to your Amplify app.

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

Gets and sets the property RedirectSignOutURIs.

Redirect URLs that OAuth uses when a user signs out of an Amplify app.

Public Property SocialProviderSettings Amazon.AmplifyBackend.Model.SocialProviderSettings

Gets and sets the property SocialProviderSettings.

The settings for using social providers to access your Amplify app.

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