| Class | Google::Auth::IAMCredentials |
| In: |
lib/googleauth/iam.rb
|
| Parent: | Object |
Authenticates requests using IAM credentials.
| SELECTOR_KEY | = | "x-goog-iam-authority-selector".freeze |
| TOKEN_KEY | = | "x-goog-iam-authorization-token".freeze |
Initializes an IAMCredentials.
@param selector the IAM selector. @param token the IAM token.