You are here

function miniorange_2fa_inline_registration::mo_auth_inline_registration_page_four_otp_validate in Google Authenticator / 2 Factor Authentication - 2FA 8.2

Same name and namespace in other branches
  1. 8 src/Form/miniorange_2fa_inline_registration.php \Drupal\miniorange_2fa\form\miniorange_2fa_inline_registration::mo_auth_inline_registration_page_four_otp_validate()
1 call to miniorange_2fa_inline_registration::mo_auth_inline_registration_page_four_otp_validate()
miniorange_2fa_inline_registration::buildForm in src/Form/miniorange_2fa_inline_registration.php
Form constructor.

File

src/Form/miniorange_2fa_inline_registration.php, line 88
Page 1: Select Email address. Page 2: Verify OTP. Page 3: Select Auth Method. Page 4: Configure Auth Method. Page 5: Configure KBA.

Class

miniorange_2fa_inline_registration
@file Page 1: Select Email address. Page 2: Verify OTP. Page 3: Select Auth Method. Page 4: Configure Auth Method. Page 5: Configure KBA.

Namespace

Drupal\miniorange_2fa\form

Code

function mo_auth_inline_registration_page_four_otp_validate(array $form, FormStateInterface $form_state, $success_status, $message) {
  return $this
    ->mo_auth_get_otp_over_sms_validate_form($form, $form_state, $success_status, $message);
}