You are here

public function JanrainCaptureApiInterface::getUserProfile in Janrain Registration 8

Returns the user's profile data.

Return value

\Drupal\janrain_capture\User\JanrainUserProfile The user's profile data.

Throws

\InvalidArgumentException

\GuzzleHttp\Exception\GuzzleException

\Drupal\janrain_capture\Exception\JsonParseError

\Drupal\janrain_capture\Exception\JanrainApiCallError

\Drupal\janrain_capture\Exception\JanrainUnauthorizedError

1 method overrides JanrainCaptureApiInterface::getUserProfile()
JanrainCaptureApi::getUserProfile in src/JanrainCaptureApi.php
Returns the user's profile data.

File

src/JanrainCaptureApiInterface.php, line 72

Class

JanrainCaptureApiInterface
The interface for implementing Janrain Capture authentication.

Namespace

Drupal\janrain_capture

Code

public function getUserProfile() : JanrainUserProfile;