AuthorityPrivateApi class
Properties
-
baseUrl
→ String
-
finalinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
approveRequest(CapabilityLink capabilityLink, Signed<WitnessStatement> signedWitnessStatement, PrivateKey withPrivateKey)
→ Future<void>
-
-
get(String path, {})
→ Future<Response>
-
inherited
-
getAuth(String path, PrivateKey withPrivateKey)
→ Future<Response>
-
inherited
-
getPrivateBlob(ContentId contentId, PrivateKey withPrivateKey)
→ Future
-
-
listRequests(PrivateKey withPrivateKey)
→ Future<List<RequestEntry>>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
post(String path, String body, {})
→ Future<Response>
-
inherited
-
postAuth(String path, String content, PrivateKey withPrivateKey)
→ Future<Response>
-
inherited
-
rejectRequest(CapabilityLink capabilityLink, String rejectionReason, PrivateKey withPrivateKey)
→ Future<void>
-
-
toString()
→ String
-
A string representation of this object.
inherited