You are here

function user_password in OpenID Connect / OAuth client 8

Same name and namespace in other branches
  1. 2.x tests/src/Unit/UserPasswordFixture.php \user_password()

Override the user_password function if it does not exist.

Return value

string Mocked password.

1 call to user_password()
OpenIDConnect::createUser in src/OpenIDConnect.php
Create a user indicating sub-id and login provider.

File

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

Code

function user_password() {
  return 'TestPassword123';
}