Skip to main content
Module

x/authlete_deno/mod.ts>Address

Authlete Library for Deno
Go to Latest
class Address
import { Address } from "https://deno.land/x/authlete_deno@v1.2.9/mod.ts";

Address claim that represents a physical mailing address. For more details, see OpenID Connect Core 1.0, 5.1.1. Address Claim.

Properties

optional
country: string

The country name.

optional
formatted: string

The full mailing address, formatted for display or use on a mailing label.

optional
locality: string

The city or locality.

optional
postal_code: string

The zip code or postal code.

optional
region: string

The state, province, prefecture, or region.

optional
street_address: string

The full street address, which MAY include house number, street name, Post Office Box, and multi-line extended street address information.