HttpAuthentication

Attribute for authentication.

static if(isWeb)
struct HttpAuthentication {}

Members

Variables

authenticationClass
string authenticationClass;

The class to use for authentcation. It must implement IControllerAuth.

Meta