backupCodes property

List<String> backupCodes
getter/setter pair

If Backup Codes are configured on the instance, you can provide them to enable it on the newly created user without the need to reset them. You must provide the backup codes in plain format or the corresponding bcrypt digest.

Implementation

List<String> backupCodes;