|
dolibarr 25.0.0-alpha
|
Function for module Oauth. More...
Go to the source code of this file.
Functions | |
| getAllOauth2Array () | |
| Return array of possible OAUTH2 services. | |
| getSupportedOauth2Array () | |
| Return array of tabs to use on pages to setup cron module. | |
| getOauthSetupDiagnostic ($genericstring, $keyforprovider='') | |
| Return a human readable diagnostic of the setup of an OAuth2 provider entry, to append to an error message or a log line. | |
| oauthadmin_prepare_head () | |
| Return array of tabs to used on pages to setup cron module. | |
Function for module Oauth.
Definition in file oauth.lib.php.
| getAllOauth2Array | ( | ) |
Return array of possible OAUTH2 services.
Definition at line 35 of file oauth.lib.php.
| getOauthSetupDiagnostic | ( | $genericstring, | |
| $keyforprovider = '' ) |
Return a human readable diagnostic of the setup of an OAuth2 provider entry, to append to an error message or a log line.
Only tells whether each constant is filled, never their value.
| string | $genericstring | Provider key in uppercase used to build the constants (example: 'MICROSOFT3') |
| string | $keyforprovider | Label of the provider entry, empty for the unnamed one |
Definition at line 389 of file oauth.lib.php.
References $conf.
| getSupportedOauth2Array | ( | ) |
Return array of tabs to use on pages to setup cron module.
Definition at line 287 of file oauth.lib.php.
References isModEnabled().
Referenced by CMailFile\sendfile().
| oauthadmin_prepare_head | ( | ) |
Return array of tabs to used on pages to setup cron module.
Definition at line 421 of file oauth.lib.php.
References $conf, and complete_head_from_modules().