Skip to content

Commit b3871aa

Browse files
committed
Updated version for fusionauth-java-client to 1.49.2
1 parent 5aec912 commit b3871aa

File tree

3 files changed

+5
-65
lines changed

3 files changed

+5
-65
lines changed

src/main/java/io/fusionauth/domain/ApplicationUnverifiedConfiguration.java

Lines changed: 0 additions & 64 deletions
This file was deleted.

src/main/java/io/fusionauth/domain/api/UserResponse.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ public class UserResponse {
3434

3535
public Map<UUID, String> registrationVerificationIds;
3636

37+
public Map<UUID, String> registrationVerificationOneTimeCodes;
38+
3739
public String token;
3840

3941
public ZonedDateTime tokenExpirationInstant;

src/main/java/io/fusionauth/domain/api/user/RegistrationResponse.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018, FusionAuth, All Rights Reserved
2+
* Copyright (c) 2018-2024, FusionAuth, All Rights Reserved
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -33,6 +33,8 @@ public class RegistrationResponse {
3333

3434
public String registrationVerificationId;
3535

36+
public String registrationVerificationOneTimeCode;
37+
3638
public String token;
3739

3840
public ZonedDateTime tokenExpirationInstant;

0 commit comments

Comments
 (0)