Show / Hide Table of Contents

Interface ITenantAccessor

Represents a service that knows how to extract the unique identifier of a tenant.

Namespace: IRM.IdentityModel
Assembly: IRM.dll
Syntax
public interface ITenantAccessor

Methods

GetTenantId()

Gets the tenant id.

Declaration
Guid GetTenantId()
Returns
System.Guid

The unique identifier of the tenant.

Extension Methods

ObjectExtensions.DeepClone<T>(T)
TenantAccessorDecoratorExtensions.SetCurrentEvent(ITenantAccessor, IEvent)
AnnotationsExtensions.IsValid(Object)
Back to top Generated by DocFX