import { validateCodeIdTokenResponse } from "https://deno.land/x/oauth4webapi@v3.1.2/mod.ts";
Same as validateAuthResponse but for code id_token
authorization responses.
Parameters
Authorization Server Metadata.
Client Metadata.
Authorization Response parameters as URLSearchParams, instance of URL with
parameters in a fragment/hash, or a form_post
Request instance.
Expected state
parameter value. Default is expectNoState.
ID Token IDToken.auth_time | auth_time
claim value will be checked to be
present and conform to the maxAge
value. Use of this option is required if you sent a
max_age
parameter in an authorization request. Default is
Client.default_max_age | client.default_max_age
and falls back to
skipAuthTimeCheck.
Returns
Validated Authorization Response parameters. Authorization Error Responses are rejected using AuthorizationResponseError.