File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/main/java/com/auth0/client/mgmt Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ public class EmailTemplatesEntity extends BaseManagementEntity {
2828 public static final String TEMPLATE_CHANGE_PASSWORD = "change_password" ;
2929 public static final String TEMPLATE_PASSWORD_RESET = "password_reset" ;
3030 public static final String TEMPLATE_MFA_OOB_CODE = "mfa_oob_code" ;
31+ public static final String TEMPLATE_VERIFY_EMAIL_BY_CODE = "verify_email_by_code" ;
32+ public static final String TEMPLATE_RESET_EMAIL_BY_CODE = "reset_email_by_code" ;
33+ public static final String TEMPLATE_USER_INVITATION = "user_invitation" ;
3134
3235 EmailTemplatesEntity (Auth0HttpClient client , HttpUrl baseUrl , TokenProvider tokenProvider ) {
3336 super (client , baseUrl , tokenProvider );
You can’t perform that action at this time.
0 commit comments