Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TenantSecurityOptionsService

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

detail

  • Parameters

    Returns Promise<IResult<ITenantSecurityOption>>

    Returns promise object that is resolved with the ITenantSecurityOption wrapped by IResult.

    Example

    
        const option: ITenantSecurityOption = {
           key: 'limit.validity'
         };
    
       (async () => {
         const {data, res} = await tenantSecurityOptionsService.detail(option);
      })();
    

list

Generated using TypeDoc