Required. The relative resource name of the parent app for which to list each associated DebugToken, in the format:
projects/{project_number}/apps/{app_id}
Query parameters
Parameters
pageSize
integer
The maximum number of DebugTokens to return in the response. Note that an app can have at most 20 debug tokens.
The server may return fewer than this at its own discretion. If no value is specified (or too large a value is specified), the server will impose its own limit.
pageToken
string
Token returned from a previous call to debugTokens.list indicating where in the set of DebugTokens to resume listing. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to debugTokens.list must match the call that provided the page token; if they do not match, the result is undefined.
If the result list is too large to fit in a single response, then a token is returned. If the string is empty or omitted, then this response is the last page of results.
[[["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-04-05 UTC."],[],[],null,["# Method: projects.apps.debugTokens.list\n\nLists all [DebugToken](/docs/reference/appcheck/rest/v1beta/projects.apps.debugTokens#DebugToken)s for the specified app.\n\nFor security reasons, the [`token`](/docs/reference/appcheck/rest/v1beta/projects.apps.debugTokens#DebugToken.FIELDS.token) field is never populated in the response.\n\n### HTTP request\n\n`GET https://firebaseappcheck.googleapis.com/v1beta/{parent=projects/*/apps/*}/debugTokens`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `parent` | `string` Required. The relative resource name of the parent app for which to list each associated [DebugToken](/docs/reference/appcheck/rest/v1beta/projects.apps.debugTokens#DebugToken), in the format: projects/{project_number}/apps/{app_id} |\n\n### Query parameters\n\n| Parameters ||\n|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `pageSize` | `integer` The maximum number of [DebugToken](/docs/reference/appcheck/rest/v1beta/projects.apps.debugTokens#DebugToken)s to return in the response. Note that an app can have at most 20 debug tokens. The server may return fewer than this at its own discretion. If no value is specified (or too large a value is specified), the server will impose its own limit. |\n| `pageToken` | `string` Token returned from a previous call to [debugTokens.list](/docs/reference/appcheck/rest/v1beta/projects.apps.debugTokens/list#google.firebase.appcheck.v1beta.ConfigService.ListDebugTokens) indicating where in the set of [DebugToken](/docs/reference/appcheck/rest/v1beta/projects.apps.debugTokens#DebugToken)s to resume listing. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to [debugTokens.list](/docs/reference/appcheck/rest/v1beta/projects.apps.debugTokens/list#google.firebase.appcheck.v1beta.ConfigService.ListDebugTokens) must match the call that provided the page token; if they do not match, the result is undefined. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse message for the [debugTokens.list](/docs/reference/appcheck/rest/v1beta/projects.apps.debugTokens/list#google.firebase.appcheck.v1beta.ConfigService.ListDebugTokens) method.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"debugTokens\": [ { object (/docs/reference/appcheck/rest/v1beta/projects.apps.debugTokens#DebugToken) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `debugTokens[]` | `object (`[DebugToken](/docs/reference/appcheck/rest/v1beta/projects.apps.debugTokens#DebugToken)`)` The [DebugToken](/docs/reference/appcheck/rest/v1beta/projects.apps.debugTokens#DebugToken)s retrieved. |\n| `nextPageToken` | `string` If the result list is too large to fit in a single response, then a token is returned. If the string is empty or omitted, then this response is the last page of results. This token can be used in a subsequent call to [debugTokens.list](/docs/reference/appcheck/rest/v1beta/projects.apps.debugTokens/list#google.firebase.appcheck.v1beta.ConfigService.ListDebugTokens) to find the next group of [DebugToken](/docs/reference/appcheck/rest/v1beta/projects.apps.debugTokens#DebugToken)s. Page tokens are short-lived and should not be persisted. |\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n- `https://www.googleapis.com/auth/firebase`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/)."]]