Show / Hide Table of Contents

Class PartnersResource.UserSessionsResource

The "userSessions" collection of methods.

Inheritance
object
PartnersResource.UserSessionsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.PaymentsResellerSubscription.v1
Assembly: Google.Apis.PaymentsResellerSubscription.v1.dll
Syntax
public class PartnersResource.UserSessionsResource

Constructors

UserSessionsResource(IClientService)

Constructs a new resource.

Declaration
public UserSessionsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Generate(GoogleCloudPaymentsResellerSubscriptionV1GenerateUserSessionRequest, string)

This API replaces user authorized OAuth consent based APIs (Create, Entitle). Issues a timed session token for the given user intent. You can use the session token to redirect the user to Google to finish the signup flow. You can re-generate new session token repeatedly for the same request if necessary, regardless of the previous tokens being expired or not.

Declaration
public virtual PartnersResource.UserSessionsResource.GenerateRequest Generate(GoogleCloudPaymentsResellerSubscriptionV1GenerateUserSessionRequest body, string parent)
Parameters
Type Name Description
GoogleCloudPaymentsResellerSubscriptionV1GenerateUserSessionRequest body

The body of the request.

string parent

Required. The parent, the partner that can resell. Format: partners/{partner}

Returns
Type Description
PartnersResource.UserSessionsResource.GenerateRequest
In this article
Back to top Generated by DocFX