Resource: DebugToken
A debug token is a secret used during the development or integration testing of an app. It essentially allows the development or integration testing to bypass app attestation while still allowing App Check to enforce protection on supported production Firebase services.
JSON representation |
---|
{ "name": string, "displayName": string, "token": string } |
Fields | |
---|---|
name |
Required. The relative resource name of the debug token, in the format:
|
displayName |
Required. A human readable display name used to identify this debug token. |
token |
Required. Input only. Immutable. The secret token itself. Must be provided during creation, and must be a UUID4, case insensitive. This field is immutable once set, and cannot be provided during an For security reasons, this field will never be populated in any response. |
Methods |
|
---|---|
|
Creates a new DebugToken for the specified app. |
|
Deletes the specified DebugToken . |
|
Gets the specified DebugToken . |
|
Lists all DebugToken s for the specified app. |
|
Updates the specified DebugToken . |