Class AuthMethod#
Defined in File Configuration.h
Inheritance Relationships#
Base Type#
public xbe::sdk::Object(Class Object)
Class Documentation#
-
class AuthMethod : public xbe::sdk::Object#
Describes a single available authentication method.
Public Functions
-
inline AuthMethod()#
-
inline AuthMethod(const AuthMethod &value)#
-
inline AuthMethod(AuthMethod &&value)#
-
inline virtual ~AuthMethod()#
-
utility::string_t GetName() const#
Gets the name of the authentication method.
-
utility::string_t GetPath() const#
Gets the path to the authentication method.
-
utility::string_t GetHandler() const#
Gets the name of the authentication method handler.
-
utility::string_t GetIcon() const#
Gets the URL of the provider’s icon to display in an application’s UI.
-
utility::string_t GetTitle() const#
Gets the name of the provider that will be displayed to the user.
Public Static Functions
-
static inline const utility::char_t *ClassName()#
Returns the fully qualified name of the class.
-
inline AuthMethod()#