Auth0 Universal Components
    Preparing search index...

    Interface UseSsoProviderCreateHookOptions

    interface UseSsoProviderCreateHookOptions {
        createAction?: ComponentAction<
            CreateIdentityProviderRequestContentPrivate,
            IdpKnownResponse,
        >;
        customMessages?: Partial<SsoProviderCreateMessages>;
        onNext?: (stepId: string, values: Partial<FormState>) => boolean;
        onPrevious?: (stepId: string, values: Partial<FormState>) => boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    createAction?: ComponentAction<
        CreateIdentityProviderRequestContentPrivate,
        IdpKnownResponse,
    >
    customMessages?: Partial<SsoProviderCreateMessages>
    onNext?: (stepId: string, values: Partial<FormState>) => boolean
    onPrevious?: (stepId: string, values: Partial<FormState>) => boolean