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

    Interface IImplicitFlowGroupsOptions

    interface IImplicitFlowGroupsOptions {
        agent?: Agent;
        apiVersion: string;
        callbackService: CallbackService;
        clientId: string;
        clientSecret: string;
        groupIds: number[];
        login?: string;
        password: string;
        phone?: string | number;
        scope?: string | number | string[];
        timeout?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    agent?: Agent
    apiVersion: string
    callbackService: CallbackService
    clientId: string
    clientSecret: string
    groupIds: number[]
    login?: string
    password: string
    phone?: string | number
    scope?: string | number | string[]
    timeout?: number