@auth0/auth0-acul-react - v1.0.0
Preparing search index...
Types
TransactionMembersOnResetPasswordRequest
Interface TransactionMembersOnResetPasswordRequest
interface
TransactionMembersOnResetPasswordRequest
{
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
;
allowedIdentifiers
:
IdentifierType
[]
|
null
;
requiredIdentifiers
:
IdentifierType
[]
|
null
;
hasFlexibleIdentifier
:
boolean
;
}
Hierarchy (
View Summary
)
TransactionMembers
TransactionMembersOnResetPasswordRequest
Index
Properties
state
locale
country
Code
country
Prefix
connection
Strategy
has
Errors
errors
current
Connection
alternate
Connections
allowed
Identifiers
required
Identifiers
has
Flexible
Identifier
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
allowed
Identifiers
allowedIdentifiers
:
IdentifierType
[]
|
null
required
Identifiers
requiredIdentifiers
:
IdentifierType
[]
|
null
has
Flexible
Identifier
hasFlexibleIdentifier
:
boolean
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
allowed
Identifiers
required
Identifiers
has
Flexible
Identifier
@auth0/auth0-acul-react - v1.0.0
Loading...