nextcloud/lib/private/Authentication/Token
Roeland Jago Douma f03eb7ec3c
Remote wipe support
This allows a user to mark a token for remote wipe.
Clients that support this can then wipe the device properly.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-05-20 20:50:27 +02:00
..
DefaultToken.php Add interface INamedToken 2019-02-02 20:21:57 +01:00
DefaultTokenCleanupJob.php Use ::class statement instead of string 2018-01-29 12:03:47 +01:00
DefaultTokenMapper.php Use constant for token version 2018-06-18 22:11:55 +02:00
DefaultTokenProvider.php Move ExpiredTokenException to the correct namespace 2018-10-30 19:30:45 +01:00
INamedToken.php Add interface INamedToken 2019-02-02 20:21:57 +01:00
IProvider.php Remote wipe support 2019-05-20 20:50:27 +02:00
IToken.php Remote wipe support 2019-05-20 20:50:27 +02:00
IWipeableToken.php Remote wipe support 2019-05-20 20:50:27 +02:00
Manager.php Remote wipe support 2019-05-20 20:50:27 +02:00
PublicKeyToken.php Remote wipe support 2019-05-20 20:50:27 +02:00
PublicKeyTokenMapper.php Update all the publickey tokens if needed on web login 2018-10-02 19:50:54 +02:00
PublicKeyTokenProvider.php Remote wipe support 2019-05-20 20:50:27 +02:00
RemoteWipe.php Remote wipe support 2019-05-20 20:50:27 +02:00