Skip to content

Commit

Permalink
Update credentialsFromJSON JWT docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rileykarson committed Sep 7, 2023
1 parent 733fb17 commit a1090c0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions internal/creds.go
Expand Up @@ -78,9 +78,8 @@ const (
// met:
//
// (1) At least one of the following is true:
// (a) No scope is provided
// (b) Scope for self-signed JWT flow is enabled
// (c) Audiences are explicitly provided by users
// (a) Scope for self-signed JWT flow is enabled
// (b) Audiences are explicitly provided by users
// (2) No service account impersontation
//
// - Otherwise, executes standard OAuth 2.0 flow
Expand Down

0 comments on commit a1090c0

Please sign in to comment.