Interface ResetPasswordRequestResponse


  • public interface ResetPasswordRequestResponse
    Dedicated response interface for the first reset password request.
    Since:
    13.1RC1
    Version:
    $Id: 71b23af34eeea104bfc63ec869889a4558aa990e $
    • 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.