VerifyChallengeResponseResult class
Result message for VerifiedAccess.VerifyChallengeResponse.
Constructors
- VerifyChallengeResponseResult({String? attestedDeviceId, String? deviceEnrollmentId, String? devicePermanentId, String? signedPublicKeyAndChallenge, String? verificationOutput})
- VerifyChallengeResponseResult.fromJson(Map json_)
Properties
- attestedDeviceId ↔ String?
-
Attested device id (ADID) of the device, read from the verified data.
getter/setter pair
- deviceEnrollmentId ↔ String?
-
Device enrollment id is returned in this field (for the machine response
only).
getter/setter pair
- devicePermanentId ↔ String?
-
Device permanent id is returned in this field (for the machine response
only).
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signedPublicKeyAndChallenge ↔ String?
-
Certificate Signing Request (in the SPKAC format, base64 encoded) is
returned in this field.
getter/setter pair
- verificationOutput ↔ String?
-
For EMCert check, device permanent id is returned here.
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