Struct aws_sdk_amplifybackend::model::create_backend_auth_o_auth_config::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateBackendAuthOAuthConfig
Implementations
The domain prefix for your Amplify app.
The domain prefix for your Amplify app.
The OAuth grant type that you use to allow app users to authenticate from your Amplify app.
The OAuth grant type that you use 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
.
List of OAuth-related flows used to allow your app users to authenticate from your Amplify app.
List of OAuth-related flows used to allow your app 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
.
The redirected URI for signing in to your Amplify app.
The redirected URI for signing in to your 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.
The settings for using social providers to access your Amplify app.
The settings for using social providers to access your Amplify app.
Consumes the builder and constructs a CreateBackendAuthOAuthConfig
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