Files
c/kubernetes/docs/OpenidAPI.md
2021-09-15 14:14:46 +08:00

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

BearerToken

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]