Uses of Class
org.molgenis.security.twofactor.model.RecoveryCode
-
Packages that use RecoveryCode Package Description org.molgenis.security.twofactor.service -
-
Uses of RecoveryCode in org.molgenis.security.twofactor.service
Methods in org.molgenis.security.twofactor.service that return types with arguments of type RecoveryCode Modifier and Type Method Description java.util.stream.Stream<RecoveryCode>RecoveryService. generateRecoveryCodes()Generates new recovery codes for the current user and deletes the old codes (if any).java.util.stream.Stream<RecoveryCode>RecoveryServiceImpl. generateRecoveryCodes()java.util.stream.Stream<RecoveryCode>RecoveryService. getRecoveryCodes()Get the recovery codes (if any) of the current user.java.util.stream.Stream<RecoveryCode>RecoveryServiceImpl. getRecoveryCodes()
-