pub fn get_service_account_issuer_open_id_keyset(
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<GetServiceAccountIssuerOpenIDKeysetResponse>), RequestError>
Expand description
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.