@squidcloud/backend
Preparing search index...
secureStorage
Function secureStorage
secureStorage
<
T
extends
StorageActionType
>
(
type
:
T
,
integrationId
?:
string
,
)
:
ActionMethodDecorator
<
SecureStorageAction
<
T
>
>
The decorator allows protects storage buckets so only authorized users can access it.
Type Parameters
T
extends
StorageActionType
Parameters
type
:
T
Optional
integrationId
:
string
Returns
ActionMethodDecorator
<
SecureStorageAction
<
T
>
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@squidcloud/backend
Loading...
The decorator allows protects storage buckets so only authorized users can access it.