24 public NoAuthority(
string From,
string[] DeviceTokens,
string[] ServiceTokens,
26 : base(From, DeviceTokens, ServiceTokens, UserTokens)
Abstract base class for authorities.
Origin of request has no authority.
NoAuthority(string From, string[] DeviceTokens, string[] ServiceTokens, string[] UserTokens)
Origin of request has no authority.
override bool HasPrivilege(string Privilege)
If the origin has a given privilege.
NoAuthority(string From)
Origin of request has no authority.