PermissionsApi - object-oriented interface export PermissionsApi

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration

Methods

  • Use these permissions to set visibility of UI componets only. Any user input to a back end service should not be trusted.

    summary List all permissions for the current user

    Parameters

    • OptionaluseCache: boolean

      Defaults to true. If true, then use a five minute cache.

    • Optionaloptions: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<string[], any>>

    memberof PermissionsApi