Lists all DebugToken
s for the specified app.
For security reasons, the
field is never populated in the response.token
HTTP request
GET https://firebaseappcheck.googleapis.com/v1beta/{parent=projects/*/apps/*}/debugTokens
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The relative resource name of the parent app for which to list each associated
|
Query parameters
Parameters | |
---|---|
pageSize |
The maximum number of 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 |
Token returned from a previous call to When paginating, all other parameters provided to |
Request body
The request body must be empty.
Response body
Response message for the debugTokens.list
method.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"debugTokens": [
{
object ( |
Fields | |
---|---|
debugTokens[] |
The |
nextPageToken |
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 Page tokens are short-lived and should not be persisted. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/firebase
For more information, see the Authentication Overview.