Class: Google::Iam::Credentials::V1::GenerateAccessTokenResponse
- Inherits:
-
Object
- Object
- Google::Iam::Credentials::V1::GenerateAccessTokenResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/iam/credentials/v1/common.rb
Instance Attribute Summary collapse
-
#access_token ⇒ ::String
The OAuth 2.0 access token.
-
#expire_time ⇒ ::Google::Protobuf::Timestamp
Token expiration time.
Instance Attribute Details
#access_token ⇒ ::String
Returns 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.
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 |