Interface TwoFactorsAuthenticationServiceAsync


public interface TwoFactorsAuthenticationServiceAsync
  • Method Details

    • generateGoogleAuthorizationCredentials

      void generateGoogleAuthorizationCredentials(String account, com.google.gwt.user.client.rpc.AsyncCallback<List<String>> callback)
    • changeTwoFactorsAuthentication

      void changeTwoFactorsAuthentication(long userId, String secondFactor, String key, String account, boolean notify, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
    • generateYubiKeyCredentials

      void generateYubiKeyCredentials(String key, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)