Searched defs:otpCode (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/
H A DHOTPService.java175 * @param otpCode The OTP code to send.
180 private void sendHOTP(String otpCode, String subject, String message) throws AuthLoginException { argument
200 gateway.sendSMSMessage(from, phone, subject, message, otpCode, currentConfig);
209 gateway.sendEmail(from, mail, subject, message, otpCode, currentConfig);
220 gateway.sendSMSMessage(from, phone, subject, message, otpCode, currentConfig);
222 gateway.sendEmail(from, mail, subject, message, otpCode, currentConfig);
/forgerock/openam/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/
H A DHOTPService.java177 * @param otpCode The OTP code to send.
182 private void sendHOTP(String otpCode, String subject, String message) throws AuthLoginException { argument
202 gateway.sendSMSMessage(from, phone, subject, message, otpCode, currentConfig);
211 gateway.sendEmail(from, mail, subject, message, otpCode, currentConfig);
222 gateway.sendSMSMessage(from, phone, subject, message, otpCode, currentConfig);
224 gateway.sendEmail(from, mail, subject, message, otpCode, currentConfig);

Completed in 30 milliseconds