Show / Hide Table of Contents

Class V1Resource

The "v1" collection of methods.

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

Constructors

V1Resource(IClientService)

Constructs a new resource.

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

Methods

DecodeIntegrityToken(DecodeIntegrityTokenRequest, string)

Decodes the integrity token and returns the token payload.

Declaration
public virtual V1Resource.DecodeIntegrityTokenRequest DecodeIntegrityToken(DecodeIntegrityTokenRequest body, string packageName)
Parameters
Type Name Description
DecodeIntegrityTokenRequest body

The body of the request.

string packageName

Package name of the app the attached integrity token belongs to.

Returns
Type Description
V1Resource.DecodeIntegrityTokenRequest

DecodePcIntegrityToken(DecodePcIntegrityTokenRequest, string)

Decodes the PC integrity token and returns the PC token payload.

Declaration
public virtual V1Resource.DecodePcIntegrityTokenRequest DecodePcIntegrityToken(DecodePcIntegrityTokenRequest body, string packageName)
Parameters
Type Name Description
DecodePcIntegrityTokenRequest body

The body of the request.

string packageName

Package name of the app the attached integrity token belongs to.

Returns
Type Description
V1Resource.DecodePcIntegrityTokenRequest
In this article
Back to top Generated by DocFX