Interface TwoFactorsAuthenticationServiceAsync
- 
public interface TwoFactorsAuthenticationServiceAsync 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidchangeTwoFactorsAuthentication(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<String[]> callback)voidgenerateYubiKeyCredentials(String key, com.google.gwt.user.client.rpc.AsyncCallback<String> callback) 
 - 
 
- 
- 
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) 
 - 
 
 -