phpBB API Documentation
Class

phpbb\auth\provider\oauth\service\base

abstract class base implements service_interface

Base OAuth abstract class that all OAuth services should implement

Methods

get_external_service_provider()

Returns the external library service provider once it has been set

get_auth_scope()

Returns an array of the scopes necessary for auth

set_external_service_provider(ServiceInterface $service_provider)

Sets the external library service provider

Details

at line 31
public get_external_service_provider()

Returns the external library service provider once it has been set

at line 39
public get_auth_scope()

Returns an array of the scopes necessary for auth

at line 47
public set_external_service_provider(ServiceInterface $service_provider)

Sets the external library service provider

Parameters

ServiceInterface $service_provider