Preparing search index...
The search index is not available
oidc-client-ts
oidc-client-ts
State
Class State
Hierarchy (
View Summary
)
State
SigninState
Index
Constructors
constructor
Properties
created
data?
id
request_
type
url_
state
Methods
to
Storage
String
clear
Stale
State
from
Storage
String
Constructors
constructor
new
State
(
args
:
{
created
?:
number
;
data
?:
unknown
;
id
?:
string
;
request_type
?:
string
;
url_state
?:
string
;
}
,
)
:
State
Parameters
args
:
{
created
?:
number
;
data
?:
unknown
;
id
?:
string
;
request_type
?:
string
;
url_state
?:
string
;
}
Returns
State
Properties
Readonly
created
created
:
number
Optional
Readonly
data
data
?:
unknown
custom "state", which can be used by a caller to have "data" round tripped
Readonly
id
id
:
string
Readonly
request_
type
request_type
:
undefined
|
string
Readonly
url_
state
url_state
:
undefined
|
string
Methods
to
Storage
String
toStorageString
()
:
string
Returns
string
Static
clear
Stale
State
clearStaleState
(
storage
:
StateStore
,
age
:
number
)
:
Promise
<
void
>
Parameters
storage
:
StateStore
age
:
number
Returns
Promise
<
void
>
Static
from
Storage
String
fromStorageString
(
storageString
:
string
)
:
Promise
<
State
>
Parameters
storageString
:
string
Returns
Promise
<
State
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
created
data
id
request_
type
url_
state
Methods
to
Storage
String
clear
Stale
State
from
Storage
String
oidc-client-ts
Loading...
custom "state", which can be used by a caller to have "data" round tripped