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