parseLabelComponents
protected fun parseLabelComponents(label: String, issuerParam: String?): Pair<String, String>(source)
Parse the issuer and accountName from the label component of a URI.
Return
A Pair of issuer and accountName.
Parameters
label
The label from the URI path (Issuer:AccountName)
issuerParam
The issuer from the URI query parameter (optional)