Libraries
← Back to Website
All Versions
Preparing search index...
@cleverbrush/auth
AuthorizationResult
Type Alias AuthorizationResult
AuthorizationResult
:
{
allowed
:
true
}
|
{
allowed
:
false
;
reason
:
string
}
The result of an authorization check performed by
AuthorizationService.authorize
.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
← Back to Website
All Versions
Libraries
Loading...
The result of an authorization check performed by AuthorizationService.authorize.