You are here

public function SecuresiteManagerInterface::getMechanism in Secure Site 8

Return the appropriate method of authentication for the request

Return value

int type of the authentication mechanism

1 method overrides SecuresiteManagerInterface::getMechanism()
SecuresiteManager::getMechanism in src/SecuresiteManager.php
Return the appropriate method of authentication for the request

File

src/SecuresiteManagerInterface.php, line 27
Contains \Drupal\securesite\SecuresiteManagerInterface.

Class

SecuresiteManagerInterface
Defines an interface for managing securesite authentication

Namespace

Drupal\securesite

Code

public function getMechanism();