CreateBackendAuthOAuthConfig

Creates the OAuth configuration for your Amplify project.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The domain prefix for your Amplify app.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The redirected URI for signing in to your Amplify app.

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String