expectedIdentity property

String? expectedIdentity
getter/setter pair

Service can optionally provide identity information about the device or user associated with the key.

For an EMK, this value is the enrolled domain. For an EUK, this value is the user's email address. If present, this value will be checked against contents of the response, and verification will fail if there is no match.

Optional.

Implementation

core.String? expectedIdentity;