class CreateTokenController implements RequestHandlerInterface
Not to be confused with the CreateAccessTokenController, this controller is used to authenticate a user with credentials, and return a system generated session-type access token.
Properties
protected UserRepository | $users | |||
protected Dispatcher | $bus | |||
protected Dispatcher | $events |
Methods
Details
at
line 51
__construct(UserRepository $users, Dispatcher $bus, Dispatcher $events)
at
line 61
ResponseInterface
handle(ServerRequestInterface $request)
<p>{@inheritdoc}</p>