Interface ResetPasswordRequestResponse


  • @Unstable
    public interface ResetPasswordRequestResponse
    Dedicated response interface for the first reset password request.
    Since:
    13.1RC1
    Version:
    $Id: 14c17f202cb36094e2aadec4de498440f66cd2cc $
    • Method Detail

      • getUserReference

        UserReference getUserReference()
        Returns:
        the reference of the user for whom the reset password request have been performed.
      • getVerificationCode

        String getVerificationCode()
        Returns:
        the verification code to be send to the user.