BasicAuthSecurity

constructor(realm: String, credentials: Credentials, name: String = "basicAuth")

Checks the presence of basic auth credentials. Filter returns 401 if auth fails.


constructor(realm: String, credentials: (Credentials) -> Boolean)