Show / Hide Table of Contents

Interface IManageTenantService

Namespace: IRM.AspNetCore.Identity.UI
Assembly: IRM.AspNetCore.Identity.UI.dll
Syntax
public interface IManageTenantService

Methods

ManageTenant(ICallContext, Guid, String)

Declaration
Task ManageTenant(ICallContext context, Guid tenantId, string companyName)
Parameters
ICallContext context

System.Guid tenantId

String companyName

Returns
System.Threading.Tasks.Task

RevokeToOriginalTenant(ClaimsPrincipal)

Declaration
Task RevokeToOriginalTenant(ClaimsPrincipal user)
Parameters
System.Security.Claims.ClaimsPrincipal user

Returns
System.Threading.Tasks.Task

RunAsTenant(HttpContext)

Declaration
Task RunAsTenant(HttpContext context)
Parameters
Microsoft.AspNetCore.Http.HttpContext context

Returns
System.Threading.Tasks.Task

Back to top Generated by DocFX