Interface IShiftPrincipal
public interface IShiftPrincipal : IIdentity, IPrincipal, ISimplePrincipal
- Inherited Members
- Extension Methods
Properties
Authority
AuthorityAccess Authority { get; set; }
Property Value
Claims
IJwt Claims { get; set; }
Property Value
IPAddress
string IPAddress { get; set; }
Property Value
Organization
Model Organization { get; set; }
Property Value
Partition
Model Partition { get; set; }
Property Value
Person
Model Person { get; set; }
Property Value
Proxy
Proxy Proxy { get; set; }
Property Value
Roles
List<Role> Roles { get; set; }
Property Value
User
Actor User { get; set; }