|
xentara-plugin v2.0.6
The Xentara Plugin Framework
|
An authenticator that uses user name and password. More...
#include <xentara/security/PasswordAuthenticator.hpp>
Public Member Functions | |
| internal auto | authenticate (std::string_view userName, std::string_view password) const -> utils::eh::expected< Authorization, std::error_code > |
| Authenticate using a user name and a password. | |
An authenticator that uses user name and password.
| internal auto xentara::security::PasswordAuthenticator::authenticate | ( | std::string_view | userName, |
| std::string_view | password | ||
| ) | const -> utils::eh::expected< Authorization, std::error_code > |
Authenticate using a user name and a password.
| userName | The user name |
| password | The password |