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 Stream<RecoveryCode>RecoveryService. generateRecoveryCodes()Generates new recovery codes for the current user and deletes the old codes (if any).Stream<RecoveryCode>RecoveryServiceImpl. generateRecoveryCodes()Stream<RecoveryCode>RecoveryService. getRecoveryCodes()Get the recovery codes (if any) of the current user.Stream<RecoveryCode>RecoveryServiceImpl. getRecoveryCodes()
-