Interface TfaService
- All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
@RemoteServiceRelativePath("tfa")
public interface TfaService
extends com.google.gwt.user.client.rpc.RemoteService
Utility method to handle the two factor authentications from the login page
- Since:
- 8.7.2
- Author:
- Marco Meschieri - LogicalDOC
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiongenerateKey
(String username) Notifies the server to send a secret key for the user
-
Method Details
-
generateKey
Notifies the server to send a secret key for the user- Parameters:
username
- the username trying to logn- Returns:
- a transaction ID
- Throws:
ServerException
- An error happened in the server.
-