Method |
Description |
|
__construct ( array $authRealms, React\EventLoop\LoopInterface $loop = null ) |
Constructor |
|
getAuthRealms ( ) : array |
Get list supported realms |
|
getMethodName ( ) : mixed |
|
|
onSessionStart ( ClientSession $session, Thruway\Transport\TransportProviderInterface $transport ) |
Handles session start |
|
preProcessAuthenticate ( array $args ) : array |
Pre process AuthenticateMessage
Extract and validate arguments |
|
processAuthenticate ( mixed $signature, mixed $extra = null ) : array |
Process AuthenticateMessage
Check authenticate and return ["SUCCESS"] and ["FAILURE"] |
|
processHello ( array $args ) : array |
Process HelloMessage |
|
setAuthRealms ( array $authRealms ) |
Set list supported realms |
|