You are here

public function JanrainUserProfile::getFirstName in Janrain Registration 8

1 call to JanrainUserProfile::getFirstName()
JanrainUserProfile::getUsername in src/User/JanrainUserProfile.php
Returns the name of a user.

File

src/User/JanrainUserProfile.php, line 128

Class

JanrainUserProfile
The user profile on Janrain.

Namespace

Drupal\janrain_capture\User

Code

public function getFirstName() : string {
  return $this->givenName ?? '';
}