Class CanChangePasswordRequirement
Namespace: Identity.Application.Authorization.Users
Assembly: Identity.Application.dll
public class CanChangePasswordRequirement : IAuthorizationRequirement
Inheritance
object ← CanChangePasswordRequirement
Implements
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.MemberwiseClone\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Constructors
CanChangePasswordRequirement\(Guid, Guid?\)
public CanChangePasswordRequirement(Guid userGuid, Guid? userRestaurantGuid)
Parameters
userGuid Guid
userRestaurantGuid Guid?
Properties
UserGuid
public Guid UserGuid { get; }
Property Value
UserRestaurantGuid
public Guid? UserRestaurantGuid { get; }
Property Value
Guid?
Last modified: 21 May 2024