Show / Hide Table of Contents

Interface ITenantAuthenticationScheme

Represents the authentication scheme that are valid for the specified tenant.

Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public interface ITenantAuthenticationScheme

Properties

AuthenticationScheme

Gets or sets the name used to reference the authentication middelware instance.

Declaration
string AuthenticationScheme { get; set; }
Property Value
String

TenantId

Gets or sets the identity of the tenant.

Declaration
Guid TenantId { get; set; }
Property Value
System.Guid

Back to top Generated by DocFX