UpdateBackendAuthOAuthConfig
The OAuth configurations for authenticating users into your Amplify app.
Types
Properties
Link copied to clipboard
The Amazon Cognito domain prefix used to create a hosted UI for authentication.
Link copied to clipboard
The OAuth grant type to allow app users to authenticate from your Amplify app.
Link copied to clipboard
The list of OAuth-related flows that can allow users to authenticate from your Amplify app.
Link copied to clipboard
Redirect URLs that OAuth uses when a user signs in to an Amplify app.
Link copied to clipboard
Redirect URLs that OAuth uses when a user signs out of an Amplify app.
Link copied to clipboard
Describes third-party social federation configurations for allowing your users to sign in with OAuth.
Functions
Link copied to clipboard
inline fun copy(block: UpdateBackendAuthOAuthConfig.Builder.() -> Unit = {}): UpdateBackendAuthOAuthConfig