[][src]Function twitch_oauth2::revoke_token

pub async fn revoke_token<RE, C, F, '_, '_>(
    http_client: C,
    token: &'_ AccessToken,
    client_id: &'_ ClientId
) -> Result<(), RevokeTokenError<RE>> where
    RE: Error + Send + Sync + 'static,
    C: FnOnce(HttpRequest) -> F,
    F: Future<Output = Result<HttpResponse, RE>>,