Stay organized with collections
Save and categorize content based on your preferences.
Google.Play.Integrity.StandardIntegrityTokenRequest
Request for StandardIntegrityTokenProvider.Request.
Summary
Properties
|
RequestHash
|
String
The request hash provided to the API.
|
VerdictOptOut
|
HashSet< int >
The verdict opt-out set.
|
Properties
RequestHash
String RequestHash
The request hash provided to the API.
It is a recommended and not required field.
VerdictOptOut
HashSet< int > VerdictOptOut
Public functions
StandardIntegrityTokenRequest
StandardIntegrityTokenRequest(
String requestHash,
HashSet< int > verdictOptOut
)
Constructor.
Details |
Parameters |
requestHash
|
A request hash to bind the integrity token to.
|
verdictOptOut
|
A set of integrity token verdicts that should be opted-out.
|
|
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-10-24 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-24 UTC."],[],[],null,["# Google.Play.Integrity.StandardIntegrityTokenRequest Class Reference\n\nGoogle.Play.Integrity.StandardIntegrityTokenRequest\n===================================================\n\nRequest for [StandardIntegrityTokenProvider.Request](/reference/unity/class/Google/Play/Integrity/StandardIntegrityTokenProvider#classGoogle_1_1Play_1_1Integrity_1_1StandardIntegrityTokenProvider_1aca1ca5d90d376bbfe020a513019581ea).\n\nSummary\n-------\n\n| ### Constructors and Destructors ||\n|---|---|\n| [StandardIntegrityTokenRequest](#classGoogle_1_1Play_1_1Integrity_1_1StandardIntegrityTokenRequest_1ab4407d8fe2b409c01e7e7a534a900448)`(String requestHash, HashSet\u003c int \u003e verdictOptOut)` Constructor. ||\n\n| ### Properties ||\n|------------------------------------------------------------------------------------------------------------------------|------------------------------------------------|\n| [RequestHash](#classGoogle_1_1Play_1_1Integrity_1_1StandardIntegrityTokenRequest_1ade42f94377c2e53d87d9eb860291d934) | `String` The request hash provided to the API. |\n| [VerdictOptOut](#classGoogle_1_1Play_1_1Integrity_1_1StandardIntegrityTokenRequest_1acd2951c2d6242573e167a0c8f8438dce) | `HashSet\u003c int \u003e` The verdict opt-out set. |\n\nProperties\n----------\n\n### RequestHash\n\n```c#\nString RequestHash\n``` \nThe request hash provided to the API.\n\nIt is a recommended and not required field. \n\n### VerdictOptOut\n\n```c#\nHashSet\u003c int \u003e VerdictOptOut\n``` \nThe verdict opt-out set.\n\nSee [https://developer.android.com/google/play/integrity/reference/com/google/android/play/core/integrity/model/StandardIntegrityVerdictOptOut.html](https://developer.android.com/google/play/integrity/reference/com/google/android/play/core/integrity/model/StandardIntegrityVerdictOptOut) for more information about the supported codes for opting out from verdicts.\n\nPublic functions\n----------------\n\n### StandardIntegrityTokenRequest\n\n```c#\n StandardIntegrityTokenRequest(\n String requestHash,\n HashSet\u003c int \u003e verdictOptOut\n)\n``` \nConstructor.\n\n\u003cbr /\u003e\n\n| Details ||\n|------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Parameters | |-----------------|-------------------------------------------------------------| | `requestHash` | A request hash to bind the integrity token to. | | `verdictOptOut` | A set of integrity token verdicts that should be opted-out. | |"]]