class ServiceUser implements ServiceUserInterface

Services related to ServiceUserInterface

Properties

private TokenStorageInterface $tokenStorage Stores TokenStorageInterface

Methods

__construct(TokenStorageInterface $tokenStorage)

No description

string|null
getEmail()

Gets email if user has signed in

string|null
getName()

Gets name if user has signed in

object|null
getUser()

Gets user

Details

at line 27
__construct(TokenStorageInterface $tokenStorage)

Parameters

TokenStorageInterface $tokenStorage

at line 35
string|null getEmail()

Gets email if user has signed in

Return Value

string|null

at line 45
string|null getName()

Gets name if user has signed in

Return Value

string|null

at line 70
object|null getUser()

Gets user

Return Value

object|null