Class: Google::Iam::Credentials::V1::GenerateAccessTokenResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/iam/credentials/v1/common.rb

Instance Attribute Summary collapse

Instance Attribute Details

#access_token::String

Returns The OAuth 2.0 access token.

Returns:

  • (::String)

    The OAuth 2.0 access token.



66
67
68
69
# File 'proto_docs/google/iam/credentials/v1/common.rb', line 66

class GenerateAccessTokenResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#expire_time::Google::Protobuf::Timestamp

Returns Token expiration time. The expiration time is always set.

Returns:



66
67
68
69
# File 'proto_docs/google/iam/credentials/v1/common.rb', line 66

class GenerateAccessTokenResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end