parse
Parses a DID URL string and returns a DIDUrl object.
Return
A DIDUrl object representing the parsed DID URL.
Parameters
did Url String
The input DID URL string to parse.
Throws
if the input DID string does not match the expected structure.
Parses a DID URL string and returns a DIDUrl object.
A DIDUrl object representing the parsed DID URL.
The input DID URL string to parse.
if the input DID string does not match the expected structure.