Preparing search index...
The search index is not available
@jackdbd/fastify-hooks
@jackdbd/fastify-hooks
ValidateNotRevokedOptions
Interface ValidateNotRevokedOptions
interface
ValidateNotRevokedOptions
{
includeErrorDescription
?:
boolean
;
isAccessTokenRevoked
:
(
...
param
:
[
string
]
)
=>
Promise
<
boolean
>
;
logPrefix
?:
string
;
requestContextKey
?:
string
;
}
Index
Properties
include
Error
Description?
is
Access
Token
Revoked
log
Prefix?
request
Context
Key?
Properties
Optional
include
Error
Description
includeErrorDescription
?:
boolean
is
Access
Token
Revoked
isAccessTokenRevoked
:
(
...
param
:
[
string
]
)
=>
Promise
<
boolean
>
Optional
log
Prefix
logPrefix
?:
string
Optional
request
Context
Key
requestContextKey
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
include
Error
Description
is
Access
Token
Revoked
log
Prefix
request
Context
Key
@jackdbd/fastify-hooks
Loading...