[][src]Function oauth_1a::get_verifier

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

Gets the verifier string from a callback URL.

Errors

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