pub fn get_service_account_issuer_open_id_configuration(
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<GetServiceAccountIssuerOpenIDConfigurationResponse>), RequestError>
Expand description

get service account issuer OpenID configuration, also known as the ‘OIDC discovery doc’

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