@auth0/auth0-acul-js - v1.0.0
Preparing search index...
Screens
CurrentScreenOptions
Interface CurrentScreenOptions
CurrentScreenOptions details.
interface
CurrentScreenOptions
{
client
:
{
id
:
string
;
metadata
:
Record
<
string
,
string
>
|
null
}
|
null
;
organization
:
|
{
id
:
string
;
metadata
:
Record
<
string
,
string
>
|
null
}
|
null
;
prompt
:
{
name
:
string
}
|
null
;
screen
:
{
name
:
string
}
|
null
;
tenant
:
{
enabledLocales
:
string
[]
}
|
null
;
transaction
:
|
{
errors
:
Screens
.
Error
[]
|
null
;
locale
:
string
;
state
:
string
}
|
null
;
untrustedData
:
|
{
authorizationParams
:
Record
<
string
,
string
>
|
null
}
|
null
;
}
Index
Properties
client
organization
prompt
screen
tenant
transaction
untrusted
Data
Properties
client
client
:
{
id
:
string
;
metadata
:
Record
<
string
,
string
>
|
null
}
|
null
organization
organization
:
{
id
:
string
;
metadata
:
Record
<
string
,
string
>
|
null
}
|
null
prompt
prompt
:
{
name
:
string
}
|
null
screen
screen
:
{
name
:
string
}
|
null
tenant
tenant
:
{
enabledLocales
:
string
[]
}
|
null
transaction
transaction
:
|
{
errors
:
Screens
.
Error
[]
|
null
;
locale
:
string
;
state
:
string
}
|
null
untrusted
Data
untrustedData
:
{
authorizationParams
:
Record
<
string
,
string
>
|
null
}
|
null
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
client
organization
prompt
screen
tenant
transaction
untrusted
Data
@auth0/auth0-acul-js - v1.0.0
Loading...
CurrentScreenOptions details.