Class: Aws::Types::SocialProviderSettings
- Inherits:
-
Object
- Object
- Aws::Types::SocialProviderSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#facebook ⇒ Types::BackendAuthSocialProviderConfig
Returns the value of attribute facebook.
-
#google ⇒ Types::BackendAuthSocialProviderConfig
Returns the value of attribute google.
-
#login_with_amazon ⇒ Types::BackendAuthSocialProviderConfig
Returns the value of attribute login_with_amazon.
-
#sign_in_with_apple ⇒ Types::BackendAuthAppleProviderConfig
Returns the value of attribute sign_in_with_apple.
Instance Attribute Details
#facebook ⇒ Types::BackendAuthSocialProviderConfig
Returns the value of attribute facebook.
910 911 912 |
# File 'sig/types.rbs', line 910 def facebook @facebook end |
#google ⇒ Types::BackendAuthSocialProviderConfig
Returns the value of attribute google.
911 912 913 |
# File 'sig/types.rbs', line 911 def google @google end |
#login_with_amazon ⇒ Types::BackendAuthSocialProviderConfig
Returns the value of attribute login_with_amazon.
912 913 914 |
# File 'sig/types.rbs', line 912 def login_with_amazon @login_with_amazon end |
#sign_in_with_apple ⇒ Types::BackendAuthAppleProviderConfig
Returns the value of attribute sign_in_with_apple.
913 914 915 |
# File 'sig/types.rbs', line 913 def sign_in_with_apple @sign_in_with_apple end |