$authUserAssembler
$authUserAssembler :
Abstract assembler class implements IsAssembler
__construct(\Pivot\Common\Assemblers\AuthUserAssembler $authUserAssembler, \Pivot\Common\Assemblers\SubscriptionAssembler $subscriptionAssembler, \Pivot\Client\Assemblers\ClientUserAssembler $clientUserAssembler, \Pivot\Core\Configuration\PivotConfig $pivotConfig)
\Pivot\Common\Assemblers\AuthUserAssembler | $authUserAssembler | |
\Pivot\Common\Assemblers\SubscriptionAssembler | $subscriptionAssembler | |
\Pivot\Client\Assemblers\ClientUserAssembler | $clientUserAssembler | |
\Pivot\Core\Configuration\PivotConfig | $pivotConfig |
createDto(\Pivot\Authentication\Identity\Identity $identity, \Pivot\Authentication\Models\Ticket $ticket)
\Pivot\Authentication\Identity\Identity | $identity | |
\Pivot\Authentication\Models\Ticket | $ticket |
createLoginAsDto(\Pivot\Authentication\Identity\Identity $identity)
\Pivot\Authentication\Identity\Identity | $identity |
createUserDtoFromGoogle(\Pivot\Core\Models\GoogleUser $googleUser)
\Pivot\Core\Models\GoogleUser | $googleUser |