Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 4.34 KB

File metadata and controls

17 lines (12 loc) · 4.34 KB

Property

Example Usage

import { Property } from "@authlete/typescript-sdk/models";

let value: Property = {};

Fields

Field Type Required Description
key string The key part.
value string The value part.
hidden boolean The flag to indicate whether this property hidden from or visible to client applications.
If true, this property is hidden from client applications. Otherwise, this property is visible to client applications.