RemoteWipe¶
-
class
OC\Authentication\Token\RemoteWipe¶ Source: lib/private/Authentication/Token/RemoteWipe.php#40
Properties¶
Methods¶
-
public
OC\Authentication\Token\RemoteWipe::__construct($tokenProvider, $eventDispatcher, $logger)¶ Source: lib/private/Authentication/Token/RemoteWipe.php#51
-
public
OC\Authentication\Token\RemoteWipe::markTokenForWipe($token)¶ Source: Parameters: - $token (
OC\Authentication\Token\IToken)
Returns: bool
Throws: Throws: Throws: Throws: - $token (
-
public
OC\Authentication\Token\RemoteWipe::markAllTokensForWipe($user)¶ Source: Parameters: - $user (
OCP\IUser)
Returns: bool true if any tokens have been marked for remote wipe
- $user (
-
public
OC\Authentication\Token\RemoteWipe::start($token)¶ Source: Parameters: - $token (string)
Returns: bool whether wiping was started
Throws:
-
public
OC\Authentication\Token\RemoteWipe::finish($token)¶ Source: Parameters: - $token (string)
Returns: bool whether wiping could be finished
Throws: