class Aws::AmplifyBackend::Types::BackendAuthAppleProviderConfig

Describes Apple social federation configurations for allowing your app users to sign in using OAuth.

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

data as a hash:

    {
      client_id: "__string",
      key_id: "__string",
      private_key: "__string",
      team_id: "__string",
    }

@!attribute [rw] client_id

Describes the client\_id (also called Services ID) that comes from
Apple.
@return [String]

@!attribute [rw] key_id

Describes the key\_id that comes from Apple.
@return [String]

@!attribute [rw] private_key

Describes the private\_key that comes from Apple.
@return [String]

@!attribute [rw] team_id

Describes the team\_id that comes from Apple.
@return [String]

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

Constants

SENSITIVE