react-utils - v1.0.31
Home
GitHub
Sitemap
Test Coverage
Preparing search index...
types
CookieState
Type Alias CookieState
Authentication cookie state
type
CookieState
=
{
authToken
:
string
|
null
;
removeAuthToken
:
()
=>
void
;
setAuthToken
:
(
token
:
string
)
=>
void
;
}
Index
Properties
auth
Token
remove
Auth
Token
set
Auth
Token
Properties
auth
Token
authToken
:
string
|
null
Current auth token
remove
Auth
Token
removeAuthToken
:
()
=>
void
Remove auth token
set
Auth
Token
setAuthToken
:
(
token
:
string
)
=>
void
Set auth token
Settings
Member Visibility
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
auth
Token
remove
Auth
Token
set
Auth
Token
Home
GitHub
Sitemap
Test Coverage
react-utils - v1.0.31
Loading...
Authentication cookie state