Teleforge API Reference - v0.1.0
Preparing search index...
bff/src
BffConfigOptions
Interface BffConfigOptions<TAppUser>
interface
BffConfigOptions
<
TAppUser
extends
AppUser
=
AppUser
>
{
adapters
?:
{
cache
?:
BffCacheStore
;
session
?:
SessionAdapter
}
;
botToken
:
string
;
events
?:
SessionSecurityEventSink
|
null
;
features
?:
Partial
<
BffFeatureFlags
>
;
identity
:
BffIdentityConfig
<
TAppUser
>
;
jwt
?:
{
accessTokenExpiry
?:
number
;
refreshTokenExpiry
?:
number
;
secret
:
string
;
}
;
services
?:
ServiceMap
;
validation
?:
{
allowedLaunchModes
?:
readonly
LaunchMode
[]
;
strictInitData
?:
boolean
;
}
;
}
Type Parameters
TAppUser
extends
AppUser
=
AppUser
Index
Properties
adapters?
bot
Token
events?
features?
identity
jwt?
services?
validation?
Properties
Optional
adapters
adapters
?:
{
cache
?:
BffCacheStore
;
session
?:
SessionAdapter
}
bot
Token
botToken
:
string
Optional
events
events
?:
SessionSecurityEventSink
|
null
Optional
features
features
?:
Partial
<
BffFeatureFlags
>
identity
identity
:
BffIdentityConfig
<
TAppUser
>
Optional
jwt
jwt
?:
{
accessTokenExpiry
?:
number
;
refreshTokenExpiry
?:
number
;
secret
:
string
;
}
Optional
services
services
?:
ServiceMap
Optional
validation
validation
?:
{
allowedLaunchModes
?:
readonly
LaunchMode
[]
;
strictInitData
?:
boolean
;
}
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...