Interface IImplicitFlowOptions

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

Hierarchy (view full)

Properties

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

Generated using TypeDoc