Skip to main content
Module

x/oauth4webapi/mod.ts>UserInfoAddress

OAuth 2 / OpenID Connect for JavaScript Runtimes
Go to Latest
interface UserInfoAddress
import { type UserInfoAddress } from "https://deno.land/x/oauth4webapi@v2.4.1/mod.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