Class: Aws::AmplifyBackend::Types::CreateBackendAuthOAuthConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::CreateBackendAuthOAuthConfig
- Defined in:
- gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb
Overview
Creates the OAuth configuration for your Amplify project.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_prefix ⇒ String
The domain prefix for your Amplify app.
-
#o_auth_grant_type ⇒ String
The OAuth grant type that you use to allow app users to authenticate from your Amplify app.
-
#o_auth_scopes ⇒ Array<String>
List of OAuth-related flows used to allow your app users to authenticate from your Amplify app.
-
#redirect_sign_in_ur_is ⇒ Array<String>
The redirected URI for signing in to your Amplify app.
-
#redirect_sign_out_ur_is ⇒ Array<String>
Redirect URLs that OAuth uses when a user signs out of an Amplify app.
-
#social_provider_settings ⇒ Types::SocialProviderSettings
The settings for using social providers to access your Amplify app.
Instance Attribute Details
#domain_prefix ⇒ String
The domain prefix for your Amplify app.
803 804 805 806 807 808 809 810 811 812 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 803 class CreateBackendAuthOAuthConfig < Struct.new( :domain_prefix, :o_auth_grant_type, :o_auth_scopes, :redirect_sign_in_ur_is, :redirect_sign_out_ur_is, :social_provider_settings) SENSITIVE = [] include Aws::Structure end |
#o_auth_grant_type ⇒ String
The OAuth grant type that you use to allow app users to authenticate from your Amplify app.
803 804 805 806 807 808 809 810 811 812 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 803 class CreateBackendAuthOAuthConfig < Struct.new( :domain_prefix, :o_auth_grant_type, :o_auth_scopes, :redirect_sign_in_ur_is, :redirect_sign_out_ur_is, :social_provider_settings) SENSITIVE = [] include Aws::Structure end |
#o_auth_scopes ⇒ Array<String>
List of OAuth-related flows used to allow your app users to authenticate from your Amplify app.
803 804 805 806 807 808 809 810 811 812 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 803 class CreateBackendAuthOAuthConfig < Struct.new( :domain_prefix, :o_auth_grant_type, :o_auth_scopes, :redirect_sign_in_ur_is, :redirect_sign_out_ur_is, :social_provider_settings) SENSITIVE = [] include Aws::Structure end |
#redirect_sign_in_ur_is ⇒ Array<String>
The redirected URI for signing in to your Amplify app.
803 804 805 806 807 808 809 810 811 812 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 803 class CreateBackendAuthOAuthConfig < Struct.new( :domain_prefix, :o_auth_grant_type, :o_auth_scopes, :redirect_sign_in_ur_is, :redirect_sign_out_ur_is, :social_provider_settings) SENSITIVE = [] include Aws::Structure end |
#redirect_sign_out_ur_is ⇒ Array<String>
Redirect URLs that OAuth uses when a user signs out of an Amplify app.
803 804 805 806 807 808 809 810 811 812 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 803 class CreateBackendAuthOAuthConfig < Struct.new( :domain_prefix, :o_auth_grant_type, :o_auth_scopes, :redirect_sign_in_ur_is, :redirect_sign_out_ur_is, :social_provider_settings) SENSITIVE = [] include Aws::Structure end |
#social_provider_settings ⇒ Types::SocialProviderSettings
The settings for using social providers to access your Amplify app.
803 804 805 806 807 808 809 810 811 812 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 803 class CreateBackendAuthOAuthConfig < Struct.new( :domain_prefix, :o_auth_grant_type, :o_auth_scopes, :redirect_sign_in_ur_is, :redirect_sign_out_ur_is, :social_provider_settings) SENSITIVE = [] include Aws::Structure end |