CreateBackendAuthOAuthConfig
Creates the OAuth configuration for your Amplify project.
Types
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
inline fun copy(block: CreateBackendAuthOAuthConfig.Builder.() -> Unit = {}): CreateBackendAuthOAuthConfig