You are here

public function MiniorangeUser::getUsername in Google Authenticator / 2 Factor Authentication - 2FA 8

Same name and namespace in other branches
  1. 8.2 src/MiniorangeUser.php \Drupal\miniorange_2fa\MiniorangeUser::getUsername()

File

src/MiniorangeUser.php, line 71

Class

MiniorangeUser

Namespace

Drupal\miniorange_2fa

Code

public function getUsername() {
  return $this->username;
}