attestationToken property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? attestationToken
getter/setter pair

An 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.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? attestationToken;