Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/oauth4webapi/build/index.d.ts>UserInfoAddress

Low-Level OAuth 2 / OpenID Connect Client API for JavaScript Runtimes
Latest
interface UserInfoAddress
import { type UserInfoAddress } from "https://deno.land/x/oauth4webapi@v2.17.0/build/index.d.ts";

Index Signatures

readonly [claim: string]: JsonValue | undefined

Properties

readonly
optional
formatted: string
readonly
optional
street_address: string
readonly
optional
locality: string
readonly
optional
region: string
readonly
optional
postal_code: string
readonly
optional
country: string