Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface FlowActionStripeCreatePortalSessionParams

    interface FlowActionStripeCreatePortalSessionParams {
        connection_id: string;
        customer_id: string;
        return_url?: string;
    }
    Index
    connection_id: string
    customer_id: string
    return_url?: string