Auth0 Universal Components
GitHub
Auth0
Preparing search index...
public-api
ProvisioningCreateTokenModalProps
Interface ProvisioningCreateTokenModalProps
Props for ProvisioningCreateTokenModal.
interface
ProvisioningCreateTokenModalProps
{
createdToken
:
IdpScimTokenCreate
|
null
;
customMessages
?:
Partial
<
ProvisioningCreateTokenModalMessages
>
;
isLoading
:
boolean
;
onOpenChange
:
(
open
:
boolean
)
=>
void
;
open
:
boolean
;
readOnly
?:
boolean
;
schema
?:
object
;
styling
?:
ComponentStyling
<
Record
<
string
,
string
|
undefined
>
>
;
}
Hierarchy
SharedComponentProps
<
ProvisioningCreateTokenModalMessages
>
ProvisioningCreateTokenModalProps
Index
Properties
created
Token
custom
Messages?
is
Loading
on
Open
Change
open
read
Only?
schema?
styling?
Properties
created
Token
createdToken
:
IdpScimTokenCreate
|
null
Optional
custom
Messages
customMessages
?:
Partial
<
ProvisioningCreateTokenModalMessages
>
is
Loading
isLoading
:
boolean
on
Open
Change
onOpenChange
:
(
open
:
boolean
)
=>
void
open
open
:
boolean
Optional
read
Only
readOnly
?:
boolean
Optional
schema
schema
?:
object
Optional
styling
styling
?:
ComponentStyling
<
Record
<
string
,
string
|
undefined
>
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created
Token
custom
Messages
is
Loading
on
Open
Change
open
read
Only
schema
styling
GitHub
Auth0
Auth0 Universal Components
Loading...
Props for ProvisioningCreateTokenModal.