Skip to main content
Module

x/oauth4webapi/mod.ts>OpenIDTokenEndpointResponse

OAuth 2 / OpenID Connect for Web Platform API JavaScript runtimes
Go to Latest
interface OpenIDTokenEndpointResponse
import { type OpenIDTokenEndpointResponse } from "https://deno.land/x/oauth4webapi@v2.0.0/mod.ts";

Index Signatures

readonly [parameter: string]: JsonValue | undefined

Properties

readonly
access_token: string
readonly
optional
expires_in: number
readonly
id_token: string
readonly
optional
refresh_token: string
readonly
optional
scope: string
readonly
token_type: string

NOTE: because the value is case insensitive it is always returned lowercased