[][src]Function k8s_openapi::get_service_account_issuer_open_id_keyset

pub fn get_service_account_issuer_open_id_keyset(
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<GetServiceAccountIssuerOpenIDKeysetResponse>), RequestError>

get service account issuer OpenID JSON Web Key Set (contains public token verification keys)

Use the returned crate::ResponseBody<GetServiceAccountIssuerOpenIDKeysetResponse> constructor, or GetServiceAccountIssuerOpenIDKeysetResponse directly, to parse the HTTP response.