@atala/prism-wallet-sdk / Exports / Domain / LinkSecret
Class: LinkSecret
Domain.LinkSecret
Storable define properties a Domain object must implement to be compatible with Pluto
Implements
Table of contents
Constructors
Properties
Constructors
constructor
• new LinkSecret(secret
, name?
): LinkSecret
Parameters
Name | Type | Default value |
---|---|---|
secret | string | undefined |
name | string | LinkSecret.defaultName |
Returns
Defined in
src/domain/models/LinkSecret.ts:8
Properties
name
• Readonly
name: string
= LinkSecret.defaultName
Defined in
src/domain/models/LinkSecret.ts:10
secret
• Readonly
secret: string
Defined in
src/domain/models/LinkSecret.ts:9
uuid
• Readonly
uuid: string
Universally Unique Identifier. should be unique across all items.
Implementation of
Defined in
src/domain/models/LinkSecret.ts:6
defaultName
▪ Static
defaultName: string
= "default"