Skip to content

Commit

Permalink
Add link to reference documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Oct 23, 2023
1 parent bb56dcf commit 26c6141
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ impl fmt::Debug for Token {
}
}

/// Token data as returned by the server
///
/// https://cloud.google.com/iam/docs/reference/sts/rest/v1/TopLevel/token#response-body
#[derive(Clone, PartialEq, Eq, Deserialize)]
struct InnerToken {
access_token: String,
Expand Down

0 comments on commit 26c6141

Please sign in to comment.