class RegisterController implements RequestHandlerInterface

Properties

protected Client $api
protected SessionAuthenticator $authenticator
protected Rememberer $rememberer

Methods

__construct(Client $api, SessionAuthenticator $authenticator, Rememberer $rememberer)

No description

ResponseInterface
handle(ServerRequestInterface $request)

<p>{@inheritdoc}</p>

Details

__construct(Client $api, SessionAuthenticator $authenticator, Rememberer $rememberer)

Parameters

Client $api
SessionAuthenticator $authenticator
Rememberer $rememberer

ResponseInterface handle(ServerRequestInterface $request)

<p>{@inheritdoc}</p>

Parameters

ServerRequestInterface $request

Return Value

ResponseInterface