You are here

constant AUTH0_DEFAULT_USERNAME_CLAIM in Auth0 Single Sign On 8.2

2 uses of AUTH0_DEFAULT_USERNAME_CLAIM
AuthController::signupUser in src/Controller/AuthController.php
Create or link a new user based on the auth0 profile.
BasicAdvancedForm::buildForm in src/Form/BasicAdvancedForm.php
Form constructor.

File

./auth0.module, line 10
Module definition

Code

define('AUTH0_DEFAULT_USERNAME_CLAIM', 'nickname');