Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/oauth4webapi/mod.ts>expectNoNonce

Low-Level OAuth 2 / OpenID Connect Client API for JavaScript Runtimes
Latest
variable expectNoNonce
import { expectNoNonce } from "https://deno.land/x/oauth4webapi@v3.1.2/mod.ts";

Use this as a value to processAuthorizationCodeResponse oidc.expectedNonce parameter to indicate no nonce ID Token claim value is expected, i.e. no nonce parameter value was sent with the authorization request.

type

unique symbol