weaviate-client
    Preparing search index...

    Interface UserPasswordCredentialsInput

    interface UserPasswordCredentialsInput {
        password?: string;
        scopes?: any[];
        silentRefresh?: boolean;
        username: string;
    }
    Index

    Properties

    password?: string
    scopes?: any[]
    silentRefresh?: boolean
    username: string