Function get_verifier

Source
pub fn get_verifier(callback: &Url) -> Result<String, Error>
Expand description

Gets the verifier string from a callback URL.

ยงErrors

Returns an error if the query string is invalid or missing.