Class IdentityAuthenticationSchemeExtensions
Extension methods for TenantAuthenticationScheme.
Inherited Members
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 static class IdentityAuthenticationSchemeExtensions
Methods
Map(IdentityAuthenticationScheme, Guid, DynamicAuthenticationOptions)
Declaration
public static TenantAuthenticationScheme Map(this IdentityAuthenticationScheme scheme, Guid tenantId, DynamicAuthenticationOptions options)
Parameters
IdentityAuthenticationScheme
scheme
The scheme to map. |
System.Guid
tenantId
The unique identifier of the tenant that the scheme belongs to. |
IRM.AspNetCore.Authentication.Dynamic.DynamicAuthenticationOptions
options
The IRM.AspNetCore.Authentication.Dynamic.DynamicAuthenticationOptions used to resolve handler. |
Returns
TenantAuthenticationScheme
The corresponding TenantAuthenticationScheme. |