using Connected.ServiceModel; namespace Connected.Security.Authentication; /// /// Base interface for authentication providers used when authenticating /// against identity. /// public abstract class AuthenticationArgs : Dto { }