Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ public AccessToken refreshAccessToken() throws IOException {
}

/**
* Returns a Google ID Token from either the Oauth or IAM Endpoint. For Credentials that are in
* Returns a Google ID Token from either the OAuth or IAM Endpoint. For Credentials that are in
* the Google Default Universe (googleapis.com), the ID Token will be retrieved from the Oauth
* Endpoint. Otherwise, it will be retrieved from the IAM Endpoint.
*
Expand All @@ -601,7 +601,7 @@ public IdToken idTokenWithAudience(String targetAudience, List<Option> options)
}

/**
* Uses the Oauth Endpoint to generate an ID token. Assertions and grant_type are sent in the
* Uses the OAuth Endpoint to generate an ID token. Assertions and grant_type are sent in the
* request body.
*/
private IdToken getIdTokenOauthEndpoint(String targetAudience) throws IOException {
Expand Down
Loading