Auth0 Universal Components
GitHub
Auth0
Preparing search index...
react/src
UseSsoDomainTabReturn
Interface UseSsoDomainTabReturn
interface
UseSsoDomainTabReturn
{
domainsList
:
Domain
[]
;
handleCloseVerifyModal
:
()
=>
void
;
handleCreate
:
(
domainUrl
:
string
)
=>
Promise
<
void
>
;
handleDelete
:
(
domain
:
Domain
)
=>
void
;
handleDeleteClick
:
(
domain
:
Domain
)
=>
void
;
handleToggleSwitch
:
(
domain
:
Domain
,
newCheckedValue
:
boolean
,
)
=>
Promise
<
void
>
;
handleVerify
:
(
domain
:
Domain
)
=>
Promise
<
void
>
;
handleVerifyActionColumn
:
(
domain
:
Domain
)
=>
Promise
<
void
>
;
idpDomains
:
string
[]
;
isCreating
:
boolean
;
isDeleting
:
boolean
;
isLoading
:
boolean
;
isUpdating
:
boolean
;
isUpdatingId
:
string
|
null
;
isVerifying
:
boolean
;
selectedDomain
:
Domain
|
null
;
setShowCreateModal
:
(
show
:
boolean
)
=>
void
;
setShowDeleteModal
:
(
show
:
boolean
)
=>
void
;
showCreateModal
:
boolean
;
showDeleteModal
:
boolean
;
showVerifyModal
:
boolean
;
verifyError
:
string
|
undefined
;
}
Index
Properties
domains
List
handle
Close
Verify
Modal
handle
Create
handle
Delete
handle
Delete
Click
handle
Toggle
Switch
handle
Verify
handle
Verify
Action
Column
idp
Domains
is
Creating
is
Deleting
is
Loading
is
Updating
is
Updating
Id
is
Verifying
selected
Domain
set
Show
Create
Modal
set
Show
Delete
Modal
show
Create
Modal
show
Delete
Modal
show
Verify
Modal
verify
Error
Properties
domains
List
domainsList
:
Domain
[]
handle
Close
Verify
Modal
handleCloseVerifyModal
:
()
=>
void
handle
Create
handleCreate
:
(
domainUrl
:
string
)
=>
Promise
<
void
>
handle
Delete
handleDelete
:
(
domain
:
Domain
)
=>
void
handle
Delete
Click
handleDeleteClick
:
(
domain
:
Domain
)
=>
void
handle
Toggle
Switch
handleToggleSwitch
:
(
domain
:
Domain
,
newCheckedValue
:
boolean
)
=>
Promise
<
void
>
handle
Verify
handleVerify
:
(
domain
:
Domain
)
=>
Promise
<
void
>
handle
Verify
Action
Column
handleVerifyActionColumn
:
(
domain
:
Domain
)
=>
Promise
<
void
>
idp
Domains
idpDomains
:
string
[]
is
Creating
isCreating
:
boolean
is
Deleting
isDeleting
:
boolean
is
Loading
isLoading
:
boolean
is
Updating
isUpdating
:
boolean
is
Updating
Id
isUpdatingId
:
string
|
null
is
Verifying
isVerifying
:
boolean
selected
Domain
selectedDomain
:
Domain
|
null
set
Show
Create
Modal
setShowCreateModal
:
(
show
:
boolean
)
=>
void
set
Show
Delete
Modal
setShowDeleteModal
:
(
show
:
boolean
)
=>
void
show
Create
Modal
showCreateModal
:
boolean
show
Delete
Modal
showDeleteModal
:
boolean
show
Verify
Modal
showVerifyModal
:
boolean
verify
Error
verifyError
:
string
|
undefined
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
domains
List
handle
Close
Verify
Modal
handle
Create
handle
Delete
handle
Delete
Click
handle
Toggle
Switch
handle
Verify
handle
Verify
Action
Column
idp
Domains
is
Creating
is
Deleting
is
Loading
is
Updating
is
Updating
Id
is
Verifying
selected
Domain
set
Show
Create
Modal
set
Show
Delete
Modal
show
Create
Modal
show
Delete
Modal
show
Verify
Modal
verify
Error
GitHub
Auth0
Auth0 Universal Components
Loading...