pub fn vct_to_url(resource: &Url) -> Option<Url>
Expand description
Converts vct
claim’s URI value into the appropriate well-known URL.
§Warnings
Returns an Option::None
if the URI’s scheme is not https
.
pub fn vct_to_url(resource: &Url) -> Option<Url>
Converts vct
claim’s URI value into the appropriate well-known URL.
Returns an Option::None
if the URI’s scheme is not https
.