Skip to main content
Module

x/oauth4webapi/mod.ts>TokenEndpointResponse

OAuth 2 / OpenID Connect for JavaScript Runtimes
Go to Latest
interface TokenEndpointResponse
import { type TokenEndpointResponse } from "https://deno.land/x/oauth4webapi@v2.4.4/mod.ts";

Index Signatures

readonly [parameter: string]: JsonValue | undefined

Properties

readonly
access_token: string
readonly
optional
expires_in: number
readonly
optional
id_token: string
readonly
optional
refresh_token: string
readonly
optional
scope: string
readonly
token_type: "bearer" | "dpop" | Lowercase<string>

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