Package web5.sdk.rust
Interface PresentationDefinitionInterface
-
- All Implemented Interfaces:
public interface PresentationDefinitionInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPresentationDefinitionInterface.Companion
-
Method Summary
Modifier and Type Method Description abstract StringcreatePresentationFromCredentials(List<String> vcJwts)abstract StringgetJsonSerializedPresentationDefinition()abstract List<String>selectCredentials(List<String> vcJwts)-
-
Method Detail
-
createPresentationFromCredentials
abstract String createPresentationFromCredentials(List<String> vcJwts)
-
getJsonSerializedPresentationDefinition
abstract String getJsonSerializedPresentationDefinition()
-
selectCredentials
abstract List<String> selectCredentials(List<String> vcJwts)
-
-
-
-