Interface BackendAuthSocialProviderConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<BackendAuthSocialProviderConfig.Builder,BackendAuthSocialProviderConfig>, SdkBuilder<BackendAuthSocialProviderConfig.Builder,BackendAuthSocialProviderConfig>, SdkPojo
Enclosing class:
BackendAuthSocialProviderConfig

public static interface BackendAuthSocialProviderConfig.Builder extends SdkPojo, CopyableBuilder<BackendAuthSocialProviderConfig.Builder,BackendAuthSocialProviderConfig>
  • Method Details

    • clientId

      Describes the client_id, which can be obtained from the third-party social federation provider.

      Parameters:
      clientId - Describes the client_id, which can be obtained from the third-party social federation provider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientSecret

      BackendAuthSocialProviderConfig.Builder clientSecret(String clientSecret)

      Describes the client_secret, which can be obtained from third-party social federation providers.

      Parameters:
      clientSecret - Describes the client_secret, which can be obtained from third-party social federation providers.
      Returns:
      Returns a reference to this object so that method calls can be chained together.