Hierarchy

  • AccessPlatformClient

Constructors

Properties

password: string
session?: TSession
sessionStore: ISessionStore
username: string

Accessors

Methods

  • Parameters

    • flowId: string
    • deviceId: string
    • clientId: string
    • accessToken: string
    • authContextId: string
    • availableChallenges: TAuthChallenge[]

    Returns Promise<string>

  • Parameters

    • deviceId: string
    • clientId: string
    • clientSecret: string
    • Optional authCode: string

    Returns Promise<string>

  • Returns undefined | {
        accessToken: string;
        clientId: string;
        clientSecret: string;
        deviceId: string;
        refreshToken: string;
        refreshTokenExpiresAt: number;
    }

  • Parameters

    • flowId: string
    • deviceId: string
    • clientId: string
    • accessToken: string
    • authContextId: string

    Returns Promise<string>

Generated using TypeDoc