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
    • Method Detail

      • generateKey

        String generateKey​(String username)
                    throws ServerException
        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.