public class OpenidApi extends Object
| Constructor and Description |
|---|
OpenidApi() |
OpenidApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
String |
getServiceAccountIssuerOpenIDKeyset()
get service account issuer OpenID JSON Web Key Set (contains public token verification keys)
|
okhttp3.Call |
getServiceAccountIssuerOpenIDKeysetAsync(ApiCallback<String> _callback)
(asynchronously) get service account issuer OpenID JSON Web Key Set (contains public token
verification keys)
|
okhttp3.Call |
getServiceAccountIssuerOpenIDKeysetCall(ApiCallback _callback)
Build call for getServiceAccountIssuerOpenIDKeyset
|
ApiResponse<String> |
getServiceAccountIssuerOpenIDKeysetWithHttpInfo()
get service account issuer OpenID JSON Web Key Set (contains public token verification keys)
|
void |
setApiClient(ApiClient apiClient) |
public OpenidApi()
public OpenidApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getServiceAccountIssuerOpenIDKeysetCall(ApiCallback _callback) throws ApiException
_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | OK | - |
| 401 | Unauthorized | - |
public String getServiceAccountIssuerOpenIDKeyset() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | OK | - |
| 401 | Unauthorized | - |
public ApiResponse<String> getServiceAccountIssuerOpenIDKeysetWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response body| Status Code | Description | Response Headers |
| 200 | OK | - |
| 401 | Unauthorized | - |
public okhttp3.Call getServiceAccountIssuerOpenIDKeysetAsync(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 object| Status Code | Description | Response Headers |
| 200 | OK | - |
| 401 | Unauthorized | - |
Copyright © 2021. All rights reserved.