class
#include <IO/WebRequest.h>
WebAuthChallenge Contains the authentication challenge information.
Public types
Constructors, destructors, conversion operators
- WebAuthChallenge()
- WebAuthChallenge(const WebAuthChallenge& other)
- ~WebAuthChallenge()
- operator bool() const explicit noexcept
- Whether the object is valid.
Public functions
- auto operator=(const WebAuthChallenge& other) -> WebAuthChallenge&
- auto IsValid() const -> bool noexcept
- Returns
true
if the object is valid. - auto GetSource() const -> Source
- Returns which source requested credentials with this challenge.
- void SetCredentials(const WebCredentials& cred)
- Sets credentials.