RequestDetails class
Contains the integrity request information.
Constructors
- RequestDetails({String? nonce, String? requestHash, String? requestPackageName, String? timestampMillis})
- RequestDetails.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- nonce ↔ String?
-
Nonce that was provided in the request (which is base64 web-safe no-wrap).
getter/setter pair
- requestHash ↔ String?
-
Request hash that was provided in the request.
getter/setter pair
- requestPackageName ↔ String?
-
Application package name this attestation was requested for.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timestampMillis ↔ String?
-
Timestamp, in milliseconds, of the integrity application request.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent 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