Interface BackendAuthSocialProviderConfig.Builder

  • 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.