Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UserSessionApi

UserSessionApi - object-oriented interface

export

Hierarchy

Index

Constructors

constructor

Properties

Protected axios

axios: AxiosInstance

Protected basePath

basePath: string

Protected configuration

configuration: Configuration | undefined

Methods

getActiveSessionExists

  • getActiveSessionExists(id: number, options?: any): Promise<AxiosResponse<void>>
  • Checks if an active user session exists.

    summary

    Get Active User Session Exists

    throws

    {RequiredError}

    memberof

    UserSessionApi

    Parameters

    • id: number

      The id of the user

    • Optional options: any

    Returns Promise<AxiosResponse<void>>

Generated using TypeDoc, the 9/1/2021 at 5:54:10 AM