Show / Hide Table of Contents

Class IdentityAuthenticationSchemeExtensions

Extension methods for TenantAuthenticationScheme.

Inheritance
Object
IdentityAuthenticationSchemeExtensions
Inherited Members
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
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)

Maps a IdentityAuthenticationScheme to TenantAuthenticationScheme.

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.

Back to top Generated by DocFX