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