Class MultitenantIdentityErrorDescriber
Inheritance
Microsoft.AspNetCore.Identity.IdentityErrorDescriber
MultitenantIdentityErrorDescriber
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 class MultitenantIdentityErrorDescriber : ExtendedIdentityErrorDescriber
Methods
InvalidTenantId()
Returns an Microsoft.AspNetCore.Identity.IdentityError indicating that the tenant id is invalid.
Declaration
public virtual IdentityError InvalidTenantId()
Returns
Microsoft.AspNetCore.Identity.IdentityError
An Microsoft.AspNetCore.Identity.IdentityError indicating that the tenant id is invalid. |
MissingTenantId()
Returns an Microsoft.AspNetCore.Identity.IdentityError indicating that the tenant id is missing.
Declaration
public virtual IdentityError MissingTenantId()
Returns
Microsoft.AspNetCore.Identity.IdentityError
An Microsoft.AspNetCore.Identity.IdentityError indicating that the tenant id is missing. |