regen all APIs

This commit is contained in:
Sebastian Thiel
2024-03-05 19:02:07 +01:00
parent ca974aa0a5
commit 55badfe90e
1998 changed files with 490545 additions and 148021 deletions

View File

@@ -201,13 +201,16 @@ pub struct GoogleIdentityStsV1ExchangeOauthTokenResponse {
/// The amount of time, in seconds, between the time when the access token was issued and the time when the access token will expires.
pub expires_in: Option<i32>,
/// Google issued ID token in response to the OAuth token exchange request for ID token flow.
pub id_token: Option<String>,
/// A refresh token, issued by Google, in response to the OAuth token exchange request for refresh token flow
pub refresh_token: Option<String>,
/// A list of scopes associated with the returned token.
pub scope: Option<String>,
/// The type of token. Field reserved for RFC compliance. See https://www.rfc-editor.org/rfc/rfc6749#section-5.1 Note: No token_type is returned for current implementation
/// The type of token. Field reserved for RFC compliance. See https://www.rfc-editor.org/rfc/rfc6749#section-5.1
pub token_type: Option<String>,
}

View File

@@ -2,7 +2,7 @@
// This file was generated automatically from 'src/generator/templates/api/lib.rs.mako'
// DO NOT EDIT !
//! This documentation was generated from *Cloud Security Token* crate version *5.0.3+20230114*, where *20230114* is the exact revision of the *sts:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v5.0.3*.
//! This documentation was generated from *Cloud Security Token* crate version *5.0.3+20240222*, where *20240222* is the exact revision of the *sts:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v5.0.3*.
//!
//! Everything else about the *Cloud Security Token* *v1* API can be found at the
//! [official documentation site](http://cloud.google.com/iam/docs/workload-identity-federation).