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. |