Class CertificatePodApi

java.lang.Object
com.symphony.bdk.gen.api.CertificatePodApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-26T16:14:56.316437886Z[Etc/UTC]") public class CertificatePodApi extends Object
  • Constructor Details

    • CertificatePodApi

      public CertificatePodApi(com.symphony.bdk.http.api.ApiClient apiClient)
  • Method Details

    • getApiClient

      public com.symphony.bdk.http.api.ApiClient getApiClient()
      Get the API cilent
      Returns:
      API client
    • setApiClient

      public void setApiClient(com.symphony.bdk.http.api.ApiClient apiClient)
      Set the API cilent
      Parameters:
      apiClient - an instance of API client
    • v1AppPodCertificateGet

      public PodCertificate v1AppPodCertificateGet() throws com.symphony.bdk.http.api.ApiException
      Retrieve the certificate that can be use to validate the JWT token obtain through the extension application authentication flow.
      Returns:
      PodCertificate
      Throws:
      com.symphony.bdk.http.api.ApiException - if fails to make API call
    • v1AppPodCertificateGetWithHttpInfo

      public com.symphony.bdk.http.api.ApiResponse<PodCertificate> v1AppPodCertificateGetWithHttpInfo() throws com.symphony.bdk.http.api.ApiException
      Retrieve the certificate that can be use to validate the JWT token obtain through the extension application authentication flow.
      Returns:
      ApiResponse<PodCertificate>
      Throws:
      com.symphony.bdk.http.api.ApiException - if fails to make API call