Teleforge API Reference - v0.1.0
Preparing search index...
bff/src
createSessionRoutes
Function createSessionRoutes
createSessionRoutes
<
TAppUser
extends
AppUser
=
AppUser
>
(
options
:
SessionRouteOptions
<
TAppUser
>
,
)
:
{
exchange
:
BffRouteDefinition
<
ExchangeInput
,
ExchangeOutput
<
TAppUser
>
>
;
refresh
:
BffRouteDefinition
<
RefreshInput
,
ExchangeOutput
<
AppUser
>
>
;
revoke
:
BffRouteDefinition
<
RevokeInput
,
RevokeOutput
>
;
}
Type Parameters
TAppUser
extends
AppUser
=
AppUser
Parameters
options
:
SessionRouteOptions
<
TAppUser
>
Returns
{
exchange
:
BffRouteDefinition
<
ExchangeInput
,
ExchangeOutput
<
TAppUser
>
>
;
refresh
:
BffRouteDefinition
<
RefreshInput
,
ExchangeOutput
<
AppUser
>
>
;
revoke
:
BffRouteDefinition
<
RevokeInput
,
RevokeOutput
>
;
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Teleforge API Reference - v0.1.0
Loading...