You are here

public function AuthmapInterface::getAuthData in External Authentication 8

Same name and namespace in other branches
  1. 2.0.x src/AuthmapInterface.php \Drupal\externalauth\AuthmapInterface::getAuthData()

Get the external authname & extra data for a given user ID.

Parameters

int $uid: The Drupal user ID.

string $provider: The name of the service providing external authentication.

Return value

array An array with authname & data values.

1 method overrides AuthmapInterface::getAuthData()
Authmap::getAuthData in src/Authmap.php
Get the external authname & extra data for a given user ID.

File

src/AuthmapInterface.php, line 53

Class

AuthmapInterface
Interface AuthmapInterface.

Namespace

Drupal\externalauth

Code

public function getAuthData($uid, $provider);