Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.06 KB

OpenidAPI.md

File metadata and controls

38 lines (23 loc) · 1.06 KB

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]