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

    Interface FlowsVaultConnectioSetupOauthCode

    interface FlowsVaultConnectioSetupOauthCode {
        type?: "OAUTH_CODE";
        code?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    Properties

    type?: "OAUTH_CODE"
    code?: string