projects_apps_debugTokens_get | SELECT | appsId, debugTokensId, projectsId | Gets the specified DebugToken. For security reasons, the token field is never populated in the response. |
projects_apps_debugTokens_list | SELECT | appsId, projectsId | Lists all DebugTokens for the specified app. For security reasons, the token field is never populated in the response. |
projects_apps_debugTokens_create | INSERT | appsId, projectsId | Creates a new DebugToken for the specified app. For security reasons, after the creation operation completes, the token field cannot be updated or retrieved, but you can revoke the debug token using DeleteDebugToken. Each app can have a maximum of 20 debug tokens. |
projects_apps_debugTokens_delete | DELETE | appsId, debugTokensId, projectsId | Deletes the specified DebugToken. A deleted debug token cannot be used to exchange for an App Check token. Use this method when you suspect the secret token has been compromised or when you no longer need the debug token. |
projects_apps_debugTokens_patch | EXEC | appsId, debugTokensId, projectsId | Updates the specified DebugToken. For security reasons, the token field cannot be updated, nor will it be populated in the response, but you can revoke the debug token using DeleteDebugToken. |