All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docs.PodApi.md Maven / Gradle / Ivy

There is a newer version: 1.50.1
Show newest version
# PodApi

All URIs are relative to *https://localhost*

Method | HTTP request | Description
------------- | ------------- | -------------
[**v1AppPodCertificateGet**](PodApi.md#v1AppPodCertificateGet) | **GET** /v1/app/pod/certificate | Retrieve the certificate that can be use to validate the JWT token obtain through the extension application authentication flow. 



# **v1AppPodCertificateGet**
> PodCertificate v1AppPodCertificateGet()

Retrieve the certificate that can be use to validate the JWT token obtain through the extension application authentication flow. 

### Example
```java
// Import classes:
//import org.symphonyoss.symphony.authenticator.invoker.ApiException;
//import org.symphonyoss.symphony.authenticator.api.PodApi;


PodApi apiInstance = new PodApi();
try {
    PodCertificate result = apiInstance.v1AppPodCertificateGet();
    System.out.println(result);
} catch (ApiException e) {
    System.err.println("Exception when calling PodApi#v1AppPodCertificateGet");
    e.printStackTrace();
}
```

### Parameters
This endpoint does not need any parameter.

### Return type

[**PodCertificate**](PodCertificate.md)

### Authorization

No authorization required

### HTTP request headers

 - **Content-Type**: Not defined
 - **Accept**: application/json





© 2015 - 2024 Weber Informatics LLC | Privacy Policy