pub async fn deauthorize_at(
url: &str,
access_token: &str,
) -> Result<(), ErrorWrapper>Expand description
Same as deauthorize but against a caller-supplied URL.
pub async fn deauthorize_at(
url: &str,
access_token: &str,
) -> Result<(), ErrorWrapper>Same as deauthorize but against a caller-supplied URL.