Class V1Resource
The "v1" collection of methods.
Inherited Members
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 |