@auth0/auth0-acul-react - v1.0.0
Preparing search index...
Types
ScreenMembersOnOrganizationSelection
Interface ScreenMembersOnOrganizationSelection
Interface for the screen data specific to organization-selection screen.
interface
ScreenMembersOnOrganizationSelection
{
name
:
string
;
captchaImage
:
string
|
null
;
captchaSiteKey
:
string
|
null
;
captchaProvider
:
string
|
null
;
isCaptchaAvailable
:
boolean
;
data
:
|
Record
<
string
,
|
string
|
boolean
|
string
[]
|
Record
<
string
,
string
[]
>
|
PhonePrefix
[]
|
PasskeyCreate
,
>
|
null
;
links
:
Record
<
string
,
string
>
|
null
;
texts
:
Record
<
string
,
string
>
|
null
;
captcha
:
CaptchaContext
|
null
;
client
:
ClientMembers
;
organization
:
OrganizationMembers
;
prompt
:
PromptMembers
;
screen
:
ScreenMembers
;
transaction
:
TransactionMembers
;
User
:
UserMembers
;
}
Hierarchy (
View Summary
)
ScreenMembers
ScreenMembersOnOrganizationSelection
Index
Properties
name
captcha
Image
captcha
Site
Key
captcha
Provider
is
Captcha
Available
data
links
texts
captcha
client
organization
prompt
screen
transaction
User
Properties
name
name
:
string
captcha
Image
captchaImage
:
string
|
null
captcha
Site
Key
captchaSiteKey
:
string
|
null
captcha
Provider
captchaProvider
:
string
|
null
is
Captcha
Available
isCaptchaAvailable
:
boolean
data
data
:
|
Record
<
string
,
|
string
|
boolean
|
string
[]
|
Record
<
string
,
string
[]
>
|
PhonePrefix
[]
|
PasskeyCreate
,
>
|
null
links
links
:
Record
<
string
,
string
>
|
null
texts
texts
:
Record
<
string
,
string
>
|
null
captcha
captcha
:
CaptchaContext
|
null
client
client
:
ClientMembers
organization
organization
:
OrganizationMembers
prompt
prompt
:
PromptMembers
screen
screen
:
ScreenMembers
transaction
transaction
:
TransactionMembers
User
User
:
UserMembers
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
captcha
Image
captcha
Site
Key
captcha
Provider
is
Captcha
Available
data
links
texts
captcha
client
organization
prompt
screen
transaction
User
@auth0/auth0-acul-react - v1.0.0
Loading...
Interface for the screen data specific to organization-selection screen.