@vectorize-io/vectorize-client
    Preparing search index...

    Interface ONEDRIVEAuthConfig

    Authentication configuration for OneDrive

    ONEDRIVEAuthConfig

    interface ONEDRIVEAuthConfig {
        msClientId: string;
        msClientSecret: string;
        msTenantId: string;
        users: string[];
    }
    Index

    Properties

    msClientId: string

    Client Id. Example: Enter Client Id

    ONEDRIVEAuthConfig

    msClientSecret: string

    Client Secret. Example: Enter Client Secret

    ONEDRIVEAuthConfig

    msTenantId: string

    Tenant Id. Example: Enter Tenant Id

    ONEDRIVEAuthConfig

    users: string[]

    Users. Example: Enter users emails to import files from. Example: developer@vectorize.io

    ONEDRIVEAuthConfig