Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/oauth4webapi/mod.ts>expectNoNonce

OAuth 2 / OpenID Connect for Web Platform API JavaScript runtimes
Go to Latest
variable expectNoNonce
import { expectNoNonce } from "https://deno.land/x/oauth4webapi@v1.4.1/mod.ts";

Use this as a value to processAuthorizationCodeOpenIDResponse 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

symbol