Class AuthUtils
Inherits the following classes: QObject
Public Functions
| Type | Name |
|---|---|
| AuthUtils (QObject * parent=nullptr) |
Public Static Functions
| Type | Name |
|---|---|
| Q_INVOKABLE QVariantList | authenticationConfigurationDetails (const QString & id=QString()) |
| Q_INVOKABLE void | clearAuthenticationConfigurationCache (const QString & id=QString()) |
| Q_INVOKABLE bool | hasAuthenticationConfigurations () |
| Q_INVOKABLE bool | isAuthenticationConfigurationAvailable (const QString & id) |
Public Functions Documentation
function AuthUtils
explicit AuthUtils::AuthUtils (
QObject * parent=nullptr
)
Public Static Functions Documentation
function authenticationConfigurationDetails
static Q_INVOKABLE QVariantList AuthUtils::authenticationConfigurationDetails (
const QString & id=QString()
)
Returns authentication configuration id details. If no id is provided, details for all authentication configuration will be returned.
function clearAuthenticationConfigurationCache
static Q_INVOKABLE void AuthUtils::clearAuthenticationConfigurationCache (
const QString & id=QString()
)
Clears any cache associated to the authentication configuration id. If no id is provided, cache for all authentication configurations will be cleared.
function hasAuthenticationConfigurations
static Q_INVOKABLE bool AuthUtils::hasAuthenticationConfigurations ()
Returns TRUE if the authentication manager has one or more stored configurations.
function isAuthenticationConfigurationAvailable
static Q_INVOKABLE bool AuthUtils::isAuthenticationConfigurationAvailable (
const QString & id
)
Returns TRUE if the authentication configuration id is available.
The documentation for this class was generated from the following file src/core/utils/authutils.h