Skip to content

Instantly share code, notes, and snippets.

@kubilayciftci
Last active September 9, 2020 07:37
Show Gist options
  • Save kubilayciftci/7729b4ae143a2e0bd5806b64438c8b49 to your computer and use it in GitHub Desktop.
Save kubilayciftci/7729b4ae143a2e0bd5806b64438c8b49 to your computer and use it in GitHub Desktop.
VerifyCodeSettings verifyCodeSettings = VerifyCodeSettings.newBuilder()
.action(VerifyCodeSettings.ACTION_REGISTER_LOGIN)
.sendInterval(30)
.locale(Locale.getDefault())
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment