Added configuration wrappers, authentication options and authentication documentation
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
namespace HopFrame.Security.Options;
|
||||
|
||||
public abstract class OptionsFromConfiguration {
|
||||
public abstract string Position { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user