Class EnterprisesResource.CompleteSignupRequest
Completes the signup flow, by specifying the Completion token and Enterprise token. This request must not be called multiple times for a given Enterprise Token.
Inheritance
EnterprisesResource.CompleteSignupRequest
Inherited Members
Namespace: Google.Apis.AndroidEnterprise.v1
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class EnterprisesResource.CompleteSignupRequest : AndroidEnterpriseBaseServiceRequest<Enterprise>, IClientServiceRequest<Enterprise>, IClientServiceRequest
Constructors
CompleteSignupRequest(IClientService)
Constructs a new CompleteSignup request.
Declaration
public CompleteSignupRequest(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
CompletionToken
The Completion token initially returned by GenerateSignupUrl.
Declaration
[RequestParameter("completionToken", RequestParameterType.Query)]
public virtual string CompletionToken { get; set; }
Property Value
Type | Description |
---|---|
string |
EnterpriseToken
The Enterprise token appended to the Callback URL.
Declaration
[RequestParameter("enterpriseToken", RequestParameterType.Query)]
public virtual string EnterpriseToken { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes CompleteSignup parameter list.
Declaration
protected override void InitParameters()