google-apis-sts_v1 0.26.0 → 0.27.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fadd8aadcb05cd9c6d939d94fda1d80a2d090833e1041ea98aa0ed9827e3e921
|
4
|
+
data.tar.gz: 193da3ec3bd95e5c07c88ee95e1f04567095d55e80b75a10656fa382c589c681
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4cb1d37704dfa8eb2575316ca7f9e2d59947b8db75a2a025bd07c91406fc825a3d8952297ca2c1003ff33f26a045a6432cc57d5d75e3a531819e03cf983cd90d
|
7
|
+
data.tar.gz: 757d6e2c4b29870ac93e23c5af2dff831d82e1ffa4f3b630e83ee2a1fca9eb79f9d0171953dbe33f437d2d82c5f9458410f42388ccf7664f1eb2064ddc35cb8f
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-sts_v1
|
2
2
|
|
3
|
+
### v0.27.0 (2023-01-29)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230121
|
6
|
+
* Regenerated using generator version 0.11.1
|
7
|
+
|
3
8
|
### v0.26.0 (2022-12-09)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20221204
|
@@ -274,6 +274,12 @@ module Google
|
|
274
274
|
# @return [Fixnum]
|
275
275
|
attr_accessor :expires_in
|
276
276
|
|
277
|
+
# Google issued ID token in response to the OAuth token exchange request for ID
|
278
|
+
# token flow.
|
279
|
+
# Corresponds to the JSON property `id_token`
|
280
|
+
# @return [String]
|
281
|
+
attr_accessor :id_token
|
282
|
+
|
277
283
|
# A refresh token, issued by Google, in response to the OAuth token exchange
|
278
284
|
# request for refresh token flow
|
279
285
|
# Corresponds to the JSON property `refresh_token`
|
@@ -286,8 +292,7 @@ module Google
|
|
286
292
|
attr_accessor :scope
|
287
293
|
|
288
294
|
# The type of token. Field reserved for RFC compliance. See https://www.rfc-
|
289
|
-
# editor.org/rfc/rfc6749#section-5.1
|
290
|
-
# implementation
|
295
|
+
# editor.org/rfc/rfc6749#section-5.1
|
291
296
|
# Corresponds to the JSON property `token_type`
|
292
297
|
# @return [String]
|
293
298
|
attr_accessor :token_type
|
@@ -300,6 +305,7 @@ module Google
|
|
300
305
|
def update!(**args)
|
301
306
|
@access_token = args[:access_token] if args.key?(:access_token)
|
302
307
|
@expires_in = args[:expires_in] if args.key?(:expires_in)
|
308
|
+
@id_token = args[:id_token] if args.key?(:id_token)
|
303
309
|
@refresh_token = args[:refresh_token] if args.key?(:refresh_token)
|
304
310
|
@scope = args[:scope] if args.key?(:scope)
|
305
311
|
@token_type = args[:token_type] if args.key?(:token_type)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module StsV1
|
18
18
|
# Version of the google-apis-sts_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.27.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.11.
|
22
|
+
GENERATOR_VERSION = "0.11.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230121"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -152,6 +152,7 @@ module Google
|
|
152
152
|
class Representation < Google::Apis::Core::JsonRepresentation
|
153
153
|
property :access_token, as: 'access_token'
|
154
154
|
property :expires_in, as: 'expires_in'
|
155
|
+
property :id_token, as: 'id_token'
|
155
156
|
property :refresh_token, as: 'refresh_token'
|
156
157
|
property :scope, as: 'scope'
|
157
158
|
property :token_type, as: 'token_type'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-sts_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.27.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-01-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sts_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-sts_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-sts_v1/v0.27.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sts_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
78
|
+
rubygems_version: 3.4.2
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Security Token Service API V1
|