X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fauthenticator.h;fp=src%2Fcore%2Fauthenticator.h;h=3bec6f6fa9c0140a29209121d74c7ee120d57904;hb=423e088804d243368074ab218b2bda2fff3303c9;hp=97091efabd2e655f315506081763d5e9290e20b3;hpb=39c33d8cbaecdd1e5c756a715bef87844149ae5b;p=quassel.git diff --git a/src/core/authenticator.h b/src/core/authenticator.h index 97091efa..3bec6f6f 100644 --- a/src/core/authenticator.h +++ b/src/core/authenticator.h @@ -52,9 +52,13 @@ public slots: */ virtual bool isAvailable() const = 0; + //! Returns the identifier of the authenticator backend + /** \return A string that can be used by the client to identify the authenticator backend */ + virtual QString backendId() const = 0; + //! Returns the display name of the authenticator backend /** \return A string that can be used by the client to name the authenticator backend */ - virtual QString backendId() const = 0; + virtual QString displayName() const = 0; //! Returns a description of this authenticator backend /** \return A string that can be displayed by the client to describe the authenticator */