Struct aws_sdk_amplifybackend::model::update_backend_auth_o_auth_config::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for UpdateBackendAuthOAuthConfig
Implementations
The Amazon Cognito domain prefix used to create a hosted UI for authentication.
The Amazon Cognito domain prefix used to create a hosted UI for authentication.
The OAuth grant type to allow app users to authenticate from your Amplify app.
The OAuth grant type to allow app users to authenticate from your Amplify app.
Appends an item to o_auth_scopes
.
To override the contents of this collection use set_o_auth_scopes
.
The list of OAuth-related flows that can allow users to authenticate from your Amplify app.
The list of OAuth-related flows that can allow users to authenticate from your Amplify app.
Appends an item to redirect_sign_in_ur_is
.
To override the contents of this collection use set_redirect_sign_in_ur_is
.
Redirect URLs that OAuth uses when a user signs in to an Amplify app.
Redirect URLs that OAuth uses when a user signs in to an Amplify app.
Appends an item to redirect_sign_out_ur_is
.
To override the contents of this collection use set_redirect_sign_out_ur_is
.
Redirect URLs that OAuth uses when a user signs out of an Amplify app.
Redirect URLs that OAuth uses when a user signs out of an Amplify app.
Describes third-party social federation configurations for allowing your users to sign in with OAuth.
Describes third-party social federation configurations for allowing your users to sign in with OAuth.
Consumes the builder and constructs a UpdateBackendAuthOAuthConfig
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more