PHP Class AdamWathan\EloquentOAuthL5\EloquentOAuthServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: adamwathan/eloquent-oauth-l5

Protected Properties

Property Type Description
$defer boolean Indicates if loading of the provider is deferred.
$providerLookup

Public Methods

Method Description
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.
registerCommands ( ) : void Registers some utility commands with artisan

Protected Methods

Method Description
configureOAuthIdentitiesTable ( )
getProviderLookup ( )
registerIdentityStore ( )
registerOAuthManager ( )
registerProviders ( $socialnorm, $request )

Method Details

configureOAuthIdentitiesTable() protected method

getProviderLookup() protected method

protected getProviderLookup ( )

provides() public method

Get the services provided by the provider.
public provides ( ) : array
return array

register() public method

Register the service provider.
public register ( ) : void
return void

registerCommands() public method

Registers some utility commands with artisan
public registerCommands ( ) : void
return void

registerIdentityStore() protected method

protected registerIdentityStore ( )

registerOAuthManager() protected method

protected registerOAuthManager ( )

registerProviders() protected method

protected registerProviders ( $socialnorm, $request )

Property Details

$defer protected property

Indicates if loading of the provider is deferred.
protected bool $defer
return boolean

$providerLookup protected property

protected $providerLookup