@vk-io/authorization
    Preparing search index...

    Interface IDirectAuthOptions

    interface IDirectAuthOptions {
        agent?: Agent;
        apiVersion: string;
        callbackService: CallbackService;
        clientId: string;
        clientSecret: string;
        headers?: Record<string, string>;
        login?: string;
        password?: string;
        phone?: string | number;
        scope?: string | number | string[];
        timeout?: number;
    }
    Index

    Properties

    agent?: Agent
    apiVersion: string
    callbackService: CallbackService
    clientId: string
    clientSecret: string
    headers?: Record<string, string>
    login?: string
    password?: string
    phone?: string | number
    scope?: string | number | string[]
    timeout?: number