Preparing search index...
The search index is not available
XYO Platform SDK - v3.6.9
XYO Platform SDK
@xyo-network/modules
ModuleSecurityConfig
Interface ModuleSecurityConfig
interface
ModuleSecurityConfig
{
allowAnonymous
?:
boolean
;
allowed
?:
Record
<
string
,
(
Lowercase
<
string
>
|
CosigningAddressSet
)
[]
>
;
disallowed
?:
Record
<
string
,
Lowercase
<
string
>
[]
>
;
}
Index
Properties
allow
Anonymous?
allowed?
disallowed?
Properties
Optional
Readonly
allow
Anonymous
allowAnonymous
?:
boolean
Optional
Readonly
allowed
allowed
?:
Record
<
string
,
(
Lowercase
<
string
>
|
CosigningAddressSet
)
[]
>
Optional
Readonly
disallowed
disallowed
?:
Record
<
string
,
Lowercase
<
string
>
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allow
Anonymous
allowed
disallowed
XYO Platform SDK - v3.6.9
Loading...