import { isOAuth2Error } from "https://deno.land/x/oauth4webapi@v2.7.0/mod.ts";
A helper function used to determine if a response processing function returned an OAuth2Error.
Returns
input is OAuth2Error
import { isOAuth2Error } from "https://deno.land/x/oauth4webapi@v2.7.0/mod.ts";
A helper function used to determine if a response processing function returned an OAuth2Error.