Preparing search index...
The search index is not available
parkrun.js
|
GitHub
parkrun.js
TokensData
Class TokensData
Internal
Utility class representing an individual (access) token.
Hierarchy
TokensData
Index
Constructors
constructor
Properties
_access
_refresh
_type
_scope
_date_
start
_date_
end
Constructors
constructor
new
Tokens
Data
(
auth_res
:
any
, date_issued
:
string
)
:
TokensData
Parameters
auth_res:
any
date_issued:
string
Returns
TokensData
Properties
_access
_access
:
string
_refresh
_refresh
:
string
_type
_type
:
string
_scope
_scope
:
string
_date_
start
_date_
start
:
number
_date_
end
_date_
end
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Modules
parkrun.js
Tokens
Data
constructor
_access
_refresh
_type
_scope
_date_
start
_date_
end
Generated using
TypeDoc
Utility class representing an individual (access) token.