Skip to main content
Module

x/oauth4webapi/mod.ts>OAuth2TokenEndpointResponse

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

Index Signatures

readonly [parameter: string]: JsonValue | undefined

Properties

readonly
access_token: string
readonly
optional
expires_in: number
readonly
optional
id_token: undefined
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