import { Property } from "@authlete/typescript-sdk/models";
let value: Property = {};| 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. |