FromPriorJWT class
json-web token used in form_prior header of didcomm message. (Not fully implemented)
Constructors
- FromPriorJWT({required String sub, required String iss, required DateTime iat, required String curve, required String alg, required String kid, required String signature})
- FromPriorJWT.fromCompactSerialization(String jwtCompact)
Properties
- alg ↔ String
-
getter/setter pair
- curve ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- iat ↔ DateTime
-
getter/setter pair
- iss ↔ String
-
getter/setter pair
- kid ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signature ↔ String
-
getter/setter pair
- sub ↔ String
-
getter/setter pair
- typ → String
-
final
Methods
-
build(
) → String -
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