Preparing search index...
The search index is not available
oidc-client-ts
oidc-client-ts
State
Class State
Hierarchy (
view full
)
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
)
:
State
Parameters
args
:
{
created
?:
number
;
data
?:
unknown
;
id
?:
string
;
request_type
?:
string
;
url_state
?:
string
;
}
Optional
created
?:
number
Optional
data
?:
unknown
Optional
id
?:
string
Optional
request_
type
?:
string
Optional
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
to
Storage
String
(
)
:
string
Returns
string
Static
clear
Stale
State
clear
Stale
State
(
storage
,
age
)
:
Promise
<
void
>
Parameters
storage
:
StateStore
age
:
number
Returns
Promise
<
void
>
Static
from
Storage
String
from
Storage
String
(
storageString
)
:
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