Death::IO::WebCredentials class

Contains the username and password to use for authenticating.

Constructors, destructors, conversion operators

WebCredentials(Containers::StringView user = {}, Containers::StringView password = {})

Public functions

auto GetUser() const -> Containers::StringView
Returns username.
auto GetPassword() const -> Containers::StringView
Returns password.