Interface DisplayBackupCodeCallback
-
public interface DisplayBackupCodeCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddisplayBackupCode(java.lang.String backupCode)This method is used to provide a client access to the generated backup code.
-
-
-
Method Detail
-
displayBackupCode
void displayBackupCode(java.lang.String backupCode)
This method is used to provide a client access to the generated backup code. The client can then go ahead and display the code to the user. The backup code follows the format described in XEP-0373 §5.3- Parameters:
backupCode- backup code- See Also:
- XEP-0373 §5.4 Encrypting the Secret Key Backup
-
-