public class WellKnownApi extends Object
Constructor and Description |
---|
WellKnownApi() |
WellKnownApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
ApiClient |
getApiClient() |
String |
getServiceAccountIssuerOpenIDConfiguration()
get service account issuer OpenID configuration, also known as the 'OIDC discovery doc'
|
okhttp3.Call |
getServiceAccountIssuerOpenIDConfigurationAsync(ApiCallback<String> _callback)
(asynchronously) get service account issuer OpenID configuration, also known as the 'OIDC
discovery doc'
|
okhttp3.Call |
getServiceAccountIssuerOpenIDConfigurationCall(ApiCallback _callback)
Build call for getServiceAccountIssuerOpenIDConfiguration
|
ApiResponse<String> |
getServiceAccountIssuerOpenIDConfigurationWithHttpInfo()
get service account issuer OpenID configuration, also known as the 'OIDC discovery doc'
|
void |
setApiClient(ApiClient apiClient) |
public WellKnownApi()
public WellKnownApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getServiceAccountIssuerOpenIDConfigurationCall(ApiCallback _callback) throws ApiException
_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public String getServiceAccountIssuerOpenIDConfiguration() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public ApiResponse<String> getServiceAccountIssuerOpenIDConfigurationWithHttpInfo() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the
response bodyStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
public okhttp3.Call getServiceAccountIssuerOpenIDConfigurationAsync(ApiCallback<String> _callback) throws ApiException
_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
401 | Unauthorized | - |
Copyright © 2023. All rights reserved.