token property

String? token
getter/setter pair

The App Check token.

App Check tokens are signed JWTs containing claims that identify the attested app and Firebase project. This token is used to access Firebase services protected by App Check. These tokens can also be verified by your own custom backends using the Firebase Admin SDK.

Implementation

core.String? token;