1.1 KiB
1.1 KiB
OpenidAPI
All URIs are relative to http://localhost
| Method | HTTP request | Description |
|---|---|---|
| OpenidAPI_getServiceAccountIssuerOpenIDKeyset | GET /openid/v1/jwks/ |
OpenidAPI_getServiceAccountIssuerOpenIDKeyset
// get service account issuer OpenID JSON Web Key Set (contains public token verification keys)
//
char* OpenidAPI_getServiceAccountIssuerOpenIDKeyset(apiClient_t *apiClient);
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| apiClient | apiClient_t * | context containing the client configuration |
Return type
char*
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/jwk-set+json
[Back to top] [Back to API list] [Back to Model list] [Back to README]