Teleforge API Reference - v0.1.0
Preparing search index...
bff/src
BffResolvedConfigOptions
Interface BffResolvedConfigOptions<TAppUser>
interface
BffResolvedConfigOptions
<
TAppUser
extends
AppUser
=
AppUser
>
{
adapters
:
{
cache
?:
BffCacheStore
;
session
?:
SessionAdapter
}
;
botToken
:
string
;
events
:
SessionSecurityEventSink
|
null
;
features
:
BffFeatureFlags
;
identity
:
BffIdentityConfig
<
TAppUser
>
;
jwt
:
BffJwtConfig
|
null
;
services
:
ServiceMap
;
validation
:
BffValidationConfig
;
}
Type Parameters
TAppUser
extends
AppUser
=
AppUser
Index
Properties
adapters
bot
Token
events
features
identity
jwt
services
validation
Properties
adapters
adapters
:
{
cache
?:
BffCacheStore
;
session
?:
SessionAdapter
}
bot
Token
botToken
:
string
events
events
:
SessionSecurityEventSink
|
null
features
features
:
BffFeatureFlags
identity
identity
:
BffIdentityConfig
<
TAppUser
>
jwt
jwt
:
BffJwtConfig
|
null
services
services
:
ServiceMap
validation
validation
:
BffValidationConfig
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
adapters
bot
Token
events
features
identity
jwt
services
validation
Teleforge API Reference - v0.1.0
Loading...