@auth0/auth0-acul-react - v1.1.0
Preparing search index...
Types
TransactionMembersOnLoginId
Interface TransactionMembersOnLoginId
interface
TransactionMembersOnLoginId
{
state
:
string
;
locale
:
string
;
countryCode
:
string
|
null
;
countryPrefix
:
string
|
null
;
connectionStrategy
:
string
|
null
;
hasErrors
:
boolean
;
errors
:
Error
[]
|
null
;
currentConnection
:
Connection
|
null
;
alternateConnections
:
(
Connection
|
EnterpriseConnection
)
[]
|
null
;
isSignupEnabled
:
boolean
;
isPasskeyEnabled
:
boolean
;
showPasskeyAutofill
:
boolean
;
isForgotPasswordEnabled
:
boolean
;
isUsernameRequired
:
boolean
;
usernamePolicy
:
UsernamePolicy
|
null
;
allowedIdentifiers
:
IdentifierType
[]
|
null
;
}
Hierarchy (
View Summary
)
TransactionMembers
TransactionMembersOnLoginId
Index
Properties
state
locale
country
Code
country
Prefix
connection
Strategy
has
Errors
errors
current
Connection
alternate
Connections
is
Signup
Enabled
is
Passkey
Enabled
show
Passkey
Autofill
is
Forgot
Password
Enabled
is
Username
Required
username
Policy
allowed
Identifiers
Properties
state
state
:
string
locale
locale
:
string
country
Code
countryCode
:
string
|
null
country
Prefix
countryPrefix
:
string
|
null
connection
Strategy
connectionStrategy
:
string
|
null
has
Errors
hasErrors
:
boolean
errors
errors
:
Error
[]
|
null
current
Connection
currentConnection
:
Connection
|
null
alternate
Connections
alternateConnections
:
(
Connection
|
EnterpriseConnection
)
[]
|
null
is
Signup
Enabled
isSignupEnabled
:
boolean
is
Passkey
Enabled
isPasskeyEnabled
:
boolean
show
Passkey
Autofill
showPasskeyAutofill
:
boolean
is
Forgot
Password
Enabled
isForgotPasswordEnabled
:
boolean
is
Username
Required
isUsernameRequired
:
boolean
username
Policy
usernamePolicy
:
UsernamePolicy
|
null
allowed
Identifiers
allowedIdentifiers
:
IdentifierType
[]
|
null
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
state
locale
country
Code
country
Prefix
connection
Strategy
has
Errors
errors
current
Connection
alternate
Connections
is
Signup
Enabled
is
Passkey
Enabled
show
Passkey
Autofill
is
Forgot
Password
Enabled
is
Username
Required
username
Policy
allowed
Identifiers
@auth0/auth0-acul-react - v1.1.0
Loading...