WcVerifyKey class
The Verify service's ES256 public key (a JWK), plus its expiresAt.
Constructors
- WcVerifyKey({required BigInt qx, required BigInt qy, int? expiresAt})
-
WcVerifyKey.fromPublicKeyJson(Map<
String, dynamic> j) -
Parse the
/v2/public-keyresponse:{publicKey: {crv,x,y,...}, expiresAt}.factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited