Class TenantIdentityOptions
Identity options (ExtendedIdentityOptions) for a Tenant, this class should be used with IOptionsSnapshot<TOptions>
Inheritance
Microsoft.AspNetCore.Identity.IdentityOptions
TenantIdentityOptions
Inherited Members
Microsoft.AspNetCore.Identity.IdentityOptions.Lockout
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public class TenantIdentityOptions : ExtendedIdentityOptions
Properties
TenantId
Gets or sets the tenant id that the options is configured for, if any.
Declaration
public Guid? TenantId { get; set; }
Property Value
System.Nullable<System.Guid>
|
Methods
Reconfigure(ExtendedIdentityOptions, TenantSettings)
Reconfigures an existing TenantIdentityOptions
Declaration
public void Reconfigure(ExtendedIdentityOptions options, TenantSettings tenantSettings)
Parameters
ExtendedIdentityOptions
options
The configured ExtendedIdentityOptions. |
TenantSettings
tenantSettings
The TenantSettings for the current users tenant if any. |