Documentation
Preparing search index...
@quatrain/auth-rbac
ExpressLikeRequest
Interface ExpressLikeRequest
Minimal interface representing Express-like Request.
interface
ExpressLikeRequest
{
auth
?:
{
user
?:
RbacUserContext
}
;
headers
?:
Record
<
string
,
string
|
string
[]
|
undefined
>
;
ip
?:
string
;
method
:
string
;
path
:
string
;
rbac
?:
any
;
socket
?:
{
remoteAddress
?:
string
}
;
url
?:
string
;
user
?:
RbacUserContext
;
}
Index
Properties
auth?
headers?
ip?
method
path
rbac?
socket?
url?
user?
Properties
Optional
auth
auth
?:
{
user
?:
RbacUserContext
}
Optional
headers
headers
?:
Record
<
string
,
string
|
string
[]
|
undefined
>
Optional
ip
ip
?:
string
method
method
:
string
path
path
:
string
Optional
rbac
rbac
?:
any
Optional
socket
socket
?:
{
remoteAddress
?:
string
}
Optional
url
url
?:
string
Optional
user
user
?:
RbacUserContext
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auth
headers
ip
method
path
rbac
socket
url
user
Documentation
Loading...
Minimal interface representing Express-like Request.