class Google::Apis::IamcredentialsV1::GenerateIdTokenResponse

Attributes

token[RW]

The OpenId Connect ID token. Corresponds to the JSON property `token` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/iamcredentials_v1/classes.rb, line 149
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/iamcredentials_v1/classes.rb, line 154
def update!(**args)
  @token = args[:token] if args.key?(:token)
end