Auth0 Universal Components
GitHub
Auth0
Preparing search index...
public-api
SsoProviderDetailsFormActions
Interface SsoProviderDetailsFormActions
Form actions for SSO provider details.
interface
SsoProviderDetailsFormActions
{
nextAction
?:
{
disabled
:
boolean
;
onClick
?:
(
data
:
UpdateIdentityProviderRequestContentPrivate
,
)
=>
Promise
<
void
>
;
}
;
[
key
:
string
]:
FormActionsProps
;
[
key
:
number
]:
FormActionsProps
;
[
key
:
symbol
]:
FormActionsProps
;
}
Hierarchy
Omit
<
FormActionsProps
,
"nextAction"
>
SsoProviderDetailsFormActions
Indexable
[
key
:
string
]:
FormActionsProps
[
key
:
number
]:
FormActionsProps
[
key
:
symbol
]:
FormActionsProps
Index
Properties
next
Action?
Properties
Optional
next
Action
nextAction
?:
{
disabled
:
boolean
;
onClick
?:
(
data
:
UpdateIdentityProviderRequestContentPrivate
,
)
=>
Promise
<
void
>
;
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
next
Action
GitHub
Auth0
Auth0 Universal Components
Loading...
Form actions for SSO provider details.