TokenPayloadExternal class Null safety
Contains basic app information and integrity signals like device attestation and licensing details.
Constructors
- TokenPayloadExternal({AccountDetails? accountDetails, AppIntegrity? appIntegrity, DeviceIntegrity? deviceIntegrity, RequestDetails? requestDetails, TestingDetails? testingDetails})
- TokenPayloadExternal.fromJson(Map json_)
Properties
- accountDetails ↔ AccountDetails?
-
Details about the Play Store account.
read / write
- appIntegrity ↔ AppIntegrity?
-
Details about the application integrity.
read / write
- deviceIntegrity ↔ DeviceIntegrity?
-
Details about the device integrity.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- requestDetails ↔ RequestDetails?
-
Details about the integrity request.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- testingDetails ↔ TestingDetails?
-
Indicates that this payload is generated for testing purposes and contains
any additional data that is linked with testing status.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited