Search
Preparing search index...
The search index is not available
@fusionauth/typescript-client
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@fusionauth/typescript-client
RefreshToken
Interface RefreshToken
Models a JWT Refresh Token.
author
Daniel DeGroff
Hierarchy
RefreshToken
Index
Properties
application
Id
data
id
insert
Instant
meta
Data
start
Instant
token
user
Id
Properties
Optional
application
Id
application
Id
:
string
Optional
data
data
:
Record
<
string
,
any
>
Optional
id
id
:
string
Optional
insert
Instant
insert
Instant
:
number
Optional
meta
Data
meta
Data
:
MetaData
Optional
start
Instant
start
Instant
:
number
Optional
token
token
:
string
Optional
user
Id
user
Id
:
string
Exports
Refresh
Token
application
Id
data
id
insert
Instant
meta
Data
start
Instant
token
user
Id
Generated using
TypeDoc
Models a JWT Refresh Token.
Daniel DeGroff