IApacheBackend¶
-
interface
OCP\Authentication\
IApacheBackend
¶ - Interface IApacheBackend
Source: lib/public/Authentication/IApacheBackend.php#41
Methods¶
-
public
OCP\Authentication\IApacheBackend::
isSessionActive
()¶ - In case the user has been authenticated by a module true is returned.
Source: lib/public/Authentication/IApacheBackend.php#49 Returns: bool whether the module reports a user as currently logged in. Since: 6.0.0
-
public
OCP\Authentication\IApacheBackend::
getLogoutUrl
()¶ - Gets the current logout URL
Source: lib/public/Authentication/IApacheBackend.php#57 Returns: string Since: 12.0.3
-
public
OCP\Authentication\IApacheBackend::
getCurrentUserId
()¶ - Return the id of the current user
Source: lib/public/Authentication/IApacheBackend.php#64 Returns: string Since: 6.0.0