public void set_up() { _singleUserAuthentication = new SingleUserAuthentication( new SingleUserAuthenticationSettings( secretKey: "53c28115-533d-4a93-b97d-b232a5d02ebe", singleUserPassword: "******" ) ); }
public AuthenticationController(SingleUserAuthentication singleUserAuthentication) { _singleUserAuthentication = singleUserAuthentication; }