Interface RegisterOpentdfConfigResponse.Builder

  • Method Details

    • clientId

      The OIDC client ID used for authenticating with the OpenTDF provider.

      Parameters:
      clientId - The OIDC client ID used for authenticating with the OpenTDF provider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domain

      The domain of the OpenTDF server.

      Parameters:
      domain - The domain of the OpenTDF server.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientSecret

      RegisterOpentdfConfigResponse.Builder clientSecret(String clientSecret)

      The OIDC client secret used for authenticating with the OpenTDF provider.

      Parameters:
      clientSecret - The OIDC client secret used for authenticating with the OpenTDF provider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • provider

      The provider of the OpenTDF platform.

      Parameters:
      provider - The provider of the OpenTDF platform.
      Returns:
      Returns a reference to this object so that method calls can be chained together.