Interface TwoFactorsAuthenticationServiceAsync


  • public interface TwoFactorsAuthenticationServiceAsync
    • Method Detail

      • generateGoogleAuthorizationCredentials

        void generateGoogleAuthorizationCredentials​(String account,
                                                    com.google.gwt.user.client.rpc.AsyncCallback<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)