VerifierPublicApi class
Constructors
- VerifierPublicApi(ApiConfig config)
Properties
Methods
-
get(
String path, {Map< String, String> ? customHeaders}) → Future<Response> -
inherited
-
getAfterProof(
) → Future< AfterProof> -
getAuth(
String path, PrivateKey withPrivateKey) → Future< Response> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
post(
String path, String body, {Map< String, String> ? customHeaders}) → Future<Response> -
inherited
-
postAuth(
String path, String content, PrivateKey withPrivateKey) → Future< Response> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
validate(
ValidationRequest request) → Future< ValidationResult>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited