Interface TwoFactorsAuthenticationServiceAsync
public interface TwoFactorsAuthenticationServiceAsync
-
Method Summary
Modifier and TypeMethodDescriptionvoid
changeTwoFactorsAuthentication
(long userId, String secondFactor, String key, String account, boolean notify, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
generateGoogleAuthorizationCredentials
(String account, com.google.gwt.user.client.rpc.AsyncCallback<List<String>> callback) void
generateYubiKeyCredentials
(String key, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
-
Method Details
-
generateGoogleAuthorizationCredentials
-
changeTwoFactorsAuthentication
-
generateYubiKeyCredentials
-