class OAuthUserProvider implements OAuthAwareUserProviderInterface

Bridge to use hwiOAuth

Properties

private ConfigServiceInterface $configService Stores ConfigServiceInterface
private EventDispatcherInterface $dispatcher Stores EventDispatcherInterface
private EntityManagerInterface $em Stores EntityManagerInterface
private Request $request Stores current Request
private UserServiceInterface $userService Stores UserServiceInterface

Methods

__construct(ConfigServiceInterface $configService, EventDispatcherInterface $dispatcher, EntityManagerInterface $em, RequestStack $requestStack, UserServiceInterface $userService)

No description

loadUserByOAuthUserResponse(UserResponseInterface $response)

Loads user

Details

at line 62
__construct(ConfigServiceInterface $configService, EventDispatcherInterface $dispatcher, EntityManagerInterface $em, RequestStack $requestStack, UserServiceInterface $userService)

Parameters

ConfigServiceInterface $configService
EventDispatcherInterface $dispatcher
EntityManagerInterface $em
RequestStack $requestStack
UserServiceInterface $userService

at line 81
UserLight loadUserByOAuthUserResponse(UserResponseInterface $response)

Loads user

Parameters

UserResponseInterface $response

Return Value

UserLight