nextcloud-server/lib/private/Authentication/Token
Christoph Wurst 01b8291c76
Type the autentication provider passwords as nullable strings
For historic reasons we couldn't add a nullable type hint before
nullable type hints were supported by our target php versions. This is
now possible.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-10-13 17:17:25 +02:00
..
DefaultToken.php
DefaultTokenCleanupJob.php
DefaultTokenMapper.php
DefaultTokenProvider.php Type the autentication provider passwords as nullable strings 2021-10-13 17:17:25 +02:00
INamedToken.php
IProvider.php Type the autentication provider passwords as nullable strings 2021-10-13 17:17:25 +02:00
IToken.php
IWipeableToken.php
Manager.php
PublicKeyToken.php
PublicKeyTokenMapper.php
PublicKeyTokenProvider.php Type the autentication provider passwords as nullable strings 2021-10-13 17:17:25 +02:00
RemoteWipe.php