You are here

function user_login_finalize in OpenID Connect / OAuth client 2.x

Same name and namespace in other branches
  1. 8 tests/src/Unit/UserPasswordFixture.php \user_login_finalize()

Override the user_login_finalize function.

Parameters

\Drupal\user\UserInterface $account: The user account.

File

tests/src/Unit/UserPasswordFixture.php, line 28
UserPasswordFixture.php

Code

function user_login_finalize(UserInterface $account) {
}