AuthTokenSimpleCreate
in package
implements
CommandInterface
Table of Contents
Interfaces
Properties
Methods
- __construct() : mixed
- Constructor
- run() : Response
- Run session key create command.
Properties
$auth
protected
AuthenticationTokenSimple
$auth
$responseFactory
protected
ResponseFactory
$responseFactory
Methods
__construct()
Constructor
public
__construct(AuthenticationTokenSimple $auth, ResponseFactory $responseFactory) : mixed
Parameters
- $auth : AuthenticationTokenSimple
- $responseFactory : ResponseFactory
run()
Run session key create command.
public
run(Request $request) : Response
Parameters
- $request : Request