class Aws::AmplifyBackend::Types::BackendAuthSocialProviderConfig

Describes third-party social federation configurations for allowing your app users to sign in using OAuth.

@note When making an API call, you may pass BackendAuthSocialProviderConfig

data as a hash:

    {
      client_id: "__string",
      client_secret: "__string",
    }

@!attribute [rw] client_id

Describes the client\_id, which can be obtained from the third-party
social federation provider.
@return [String]

@!attribute [rw] client_secret

Describes the client\_secret, which can be obtained from third-party
social federation providers.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/amplifybackend-2020-08-11/BackendAuthSocialProviderConfig AWS API Documentation

Constants

SENSITIVE