GitHub
Preparing search index...
The search index is not available
Documentation
Documentation
@forgerock/journey-client
index
DeviceProfileData
Interface DeviceProfileData
interface
DeviceProfileData
{
identifier
:
string
;
location
?:
Record
<
string
,
unknown
>
|
Geolocation
;
metadata
?:
{
browser
:
{
[
key
:
string
]:
null
|
string
|
number
}
;
hardware
:
{
display
:
{
[
key
:
string
]:
null
|
string
|
number
}
;
[
key
:
string
]:
any
;
}
;
platform
:
{
[
key
:
string
]:
null
|
string
|
number
}
;
}
;
}
Index
Properties
identifier
location?
metadata?
Properties
identifier
identifier
:
string
Optional
location
location
?:
Record
<
string
,
unknown
>
|
Geolocation
Optional
metadata
metadata
?:
{
browser
:
{
[
key
:
string
]:
null
|
string
|
number
}
;
hardware
:
{
display
:
{
[
key
:
string
]:
null
|
string
|
number
}
;
[
key
:
string
]:
any
;
}
;
platform
:
{
[
key
:
string
]:
null
|
string
|
number
}
;
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
identifier
location
metadata
GitHub
Documentation
Loading...