parse Jwt
Parses a JWT into a VerifiablePresentation instance.
Return
A VerifiablePresentation instance derived from the JWT.
Example:
val vp = VerifiablePresentation.parseJwt(signedVpJwt)
Content copied to clipboard
Parameters
vp Jwt
The verifiable credential JWT as a String.