handleCloseVerifyModal
handleCloseVerifyModal: () => void
handleConfigureClick: (domain: OrgDomain) => void
handleCreate
handleCreate: (domainUrl: string) => Promise<void>
handleCreateClick
handleCreateClick: () => void
handleDelete
handleDelete: (domain: OrgDomain) => void
handleDeleteClick
handleDeleteClick: (domain: OrgDomain) => void
handleToggleSwitch
handleToggleSwitch: (
domain: OrgDomain,
provider: IdpKnownResponse,
checked: boolean,
) => void
handleVerify
handleVerify: (domain: OrgDomain) => Promise<void>
handleVerifyClick
handleVerifyClick: (domain: OrgDomain) => Promise<void>
selectedDomain
selectedDomain: OrgDomain | null
setShowConfigureModal: (show: boolean) => void
setShowCreateModal
setShowCreateModal: (show: boolean) => void
setShowDeleteModal
setShowDeleteModal: (show: boolean) => void
setShowVerifyModal
setShowVerifyModal: (show: boolean) => void
showConfigureModal: boolean
showCreateModal
showCreateModal: boolean
showDeleteModal
showDeleteModal: boolean
showVerifyModal
showVerifyModal: boolean
verifyError
verifyError: string | undefined