base
abstract class base implements service_interface
Base OAuth abstract class that all OAuth services should implement
Properties
protected ServiceInterface | $service_provider | External OAuth service provider |
Methods
array
get_auth_scope()
Returns an array of the scopes necessary for auth
string
get_external_service_class()
Returns the class of external library service provider that has to be used.
get_external_service_provider()
Returns the external library service provider once it has been set
set_external_service_provider(ServiceInterface $service_provider)
Sets the external library service provider
Details
at line 31
array
get_auth_scope()
Returns an array of the scopes necessary for auth
at line 39
string
get_external_service_class()
Returns the class of external library service provider that has to be used.
at line 47
get_external_service_provider()
Returns the external library service provider once it has been set
at line 55
set_external_service_provider(ServiceInterface $service_provider)
Sets the external library service provider