Show / Hide Table of Contents

Class ProjectsResource.AppsResource.GeneratePlayIntegrityChallengeRequest

Generates a challenge that protects the integrity of an immediately following integrity verdict request to the Play Integrity API. The next call to ExchangePlayIntegrityToken using the resulting integrity token will verify the presence and validity of the challenge. A challenge should not be reused for multiple calls.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse>
FirebaseappcheckBaseServiceRequest<GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse>
ProjectsResource.AppsResource.GeneratePlayIntegrityChallengeRequest
Implements
IClientServiceRequest<GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse>
IClientServiceRequest
Inherited Members
FirebaseappcheckBaseServiceRequest<GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse>.Xgafv
FirebaseappcheckBaseServiceRequest<GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse>.AccessToken
FirebaseappcheckBaseServiceRequest<GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse>.Alt
FirebaseappcheckBaseServiceRequest<GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse>.Callback
FirebaseappcheckBaseServiceRequest<GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse>.Fields
FirebaseappcheckBaseServiceRequest<GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse>.Key
FirebaseappcheckBaseServiceRequest<GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse>.OauthToken
FirebaseappcheckBaseServiceRequest<GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse>.PrettyPrint
FirebaseappcheckBaseServiceRequest<GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse>.QuotaUser
FirebaseappcheckBaseServiceRequest<GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse>.UploadType
FirebaseappcheckBaseServiceRequest<GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse>.UploadProtocol
ClientServiceRequest<GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse>.Execute()
ClientServiceRequest<GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse>.ExecuteAsync()
ClientServiceRequest<GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse>.ETagAction
ClientServiceRequest<GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse>.ModifyRequest
ClientServiceRequest<GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse>.ValidateParameters
ClientServiceRequest<GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse>.RequestParameters
ClientServiceRequest<GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Firebaseappcheck.v1beta
Assembly: Google.Apis.Firebaseappcheck.v1beta.dll
Syntax
public class ProjectsResource.AppsResource.GeneratePlayIntegrityChallengeRequest : FirebaseappcheckBaseServiceRequest<GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse>, IClientServiceRequest<GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse>, IClientServiceRequest

Constructors

GeneratePlayIntegrityChallengeRequest(IClientService, GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeRequest, string)

Constructs a new GeneratePlayIntegrityChallenge request.

Declaration
public GeneratePlayIntegrityChallengeRequest(IClientService service, GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeRequest body, string app)
Parameters
Type Name Description
IClientService service
GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeRequest body
string app

Properties

App

Required. The relative resource name of the app, in the format:

projects/{project_number}/apps/{app_id}

If necessary, the project_number element can be replaced with the project ID of the Firebase project. Learn more about using project identifiers in Google's AIP 2510 standard.

Declaration
[RequestParameter("app", RequestParameterType.Path)]
public virtual string App { get; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Firebaseappcheck.v1beta.Data.GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Firebaseappcheck.v1beta.Data.GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Firebaseappcheck.v1beta.Data.GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Firebaseappcheck.v1beta.Data.GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse>.GetBody()

InitParameters()

Initializes GeneratePlayIntegrityChallenge parameter list.

Declaration
protected override void InitParameters()
Overrides
FirebaseappcheckBaseServiceRequest<GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX