You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/PaymentsResellerSubscription.java
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2211,7 +2211,8 @@ public class UserSessions {
2211
2211
* This API replaces user authorized OAuth consent based APIs (Create, Entitle). Issues a timed
2212
2212
* session token for the given user intent. You can use the session token to redirect the user to
2213
2213
* Google to finish the signup flow. You can re-generate new session token repeatedly for the same
2214
-
* request if necessary, regardless of the previous tokens being expired or not.
2214
+
* request if necessary, regardless of the previous tokens being expired or not. By default, the
2215
+
* session token is valid for 1 hour.
2215
2216
*
2216
2217
* Create a request for the method "userSessions.generate".
2217
2218
*
@@ -2240,7 +2241,8 @@ public class Generate extends PaymentsResellerSubscriptionRequest<com.google.api
2240
2241
* This API replaces user authorized OAuth consent based APIs (Create, Entitle). Issues a timed
2241
2242
* session token for the given user intent. You can use the session token to redirect the user to
2242
2243
* Google to finish the signup flow. You can re-generate new session token repeatedly for the same
2243
-
* request if necessary, regardless of the previous tokens being expired or not.
2244
+
* request if necessary, regardless of the previous tokens being expired or not. By default, the
2245
+
* session token is valid for 1 hour.
2244
2246
*
2245
2247
* Create a request for the method "userSessions.generate".
0 commit comments