auth-configuration/typed-option.ts
ISystemOption
ITenantOption
Properties |
|
Methods |
constructor(category: string, key: string, type: "string" | "boolean" | "number", defaultValue?: string | boolean | number, value?: string)
|
Public category |
Type : string
|
Public Optional defaultValue |
Type : string | boolean | number
|
Public key |
Type : string
|
Public type |
Type : "string" | "boolean" | "number"
|
Public Optional value |
Type : string
|
apply | ||||||
apply(option: ISystemOption | ITenantOption)
|
||||||
Parameters :
Returns :
void
|
getValue |
getValue()
|
Returns :
string | number | boolean
|