Hierarchy

  • AuthorizationApi

Constructors

Properties

_basePath: string = defaultBasePath
_defaultHeaders: any = {}
_useQuerystring: boolean = false
authentications: {
    BearerToken: ApiKeyAuth;
    default: Authentication;
} = ...

Type declaration

interceptors: Interceptor[] = []

Accessors

Methods

  • get information of a group

    Parameters

    • options: {
          headers: {
              [name: string]: string;
          };
      } = ...
      • headers: {
            [name: string]: string;
        }
        • [name: string]: string

    Returns Promise<{
        body: V1APIGroup;
        response: IncomingMessage;
    }>

Generated using TypeDoc