You are here

constant ScreenLoaderManager::ALLOWED_SCREENS in Janrain Registration 8

Allowed Janrain screen names.

File

src/ScreenLoaderManager.php, line 27

Class

ScreenLoaderManager
Allow to load and manage Janrain screens (local and remote).

Namespace

Drupal\janrain_capture

Code

const ALLOWED_SCREENS = [
  'signin',
  'edit-profile',
  'public-profile',
  'forgot',
  'verify',
];