Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface FlowsVaultConnectioSetupStripeKeyPair

    interface FlowsVaultConnectioSetupStripeKeyPair {
        type: "KEY_PAIR";
        private_key: string;
        public_key: string;
    }
    Index

    Properties

    type: "KEY_PAIR"
    private_key: string
    public_key: string