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