14 #include "ConsentType.h"
15 #include "ConsentResult.h"
16 #include "ModernAPIExport.h"
28 virtual const ConsentResult&
Result()
const = 0;
36 virtual ConsentType
Type()
const = 0;
41 virtual const std::vector<std::string>
Urls()
const = 0;
46 virtual const std::string
User()
const = 0;
51 virtual const std::string
Domain()
const = 0;
virtual const std::vector< std::string > Urls() const =0
List of URLs for which consent is granted/refused.
Definition: AuthenticationCallbackImpl.h:16
virtual ConsentType Type() const =0
The type of URL to consented to.
virtual const std::string Domain() const =0
Just the domain.
virtual const std::string User() const =0
The user granting/refusing consent.
virtual const ConsentResult & Result() const =0
Result of a consent request.