Skip to content

Commit

Permalink
Remove IAM auth token
Browse files Browse the repository at this point in the history
  • Loading branch information
shinfan committed Sep 14, 2018
1 parent 06f55b9 commit b134063
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sgauth/settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ type Settings struct {
// A user specified project that is responsible for the request quota and
// billing charges.
QuotaProject string
// IAM context attributes
// UNIMPLEMENTED
IAMAuthToken string
// End-user OAuth Flow handler that redirects the user to the given URL
// and returns the token.
OAuthFlowHandler func(url string) (token string, err error)
Expand Down

0 comments on commit b134063

Please sign in to comment.