PHP Class AdamWathan\EloquentOAuthL5\EloquentOAuthServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: adamwathan/eloquent-oauth-l5

Protected Properties

Свойство Type Description
$defer boolean Indicates if loading of the provider is deferred.
$providerLookup

Méthodes publiques

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

Méthodes protégées

Méthode Description
configureOAuthIdentitiesTable ( )
getProviderLookup ( )
registerIdentityStore ( )
registerOAuthManager ( )
registerProviders ( $socialnorm, $request )

Method Details

configureOAuthIdentitiesTable() protected méthode

getProviderLookup() protected méthode

protected getProviderLookup ( )

provides() public méthode

Get the services provided by the provider.
public provides ( ) : array
Résultat array

register() public méthode

Register the service provider.
public register ( ) : void
Résultat void

registerCommands() public méthode

Registers some utility commands with artisan
public registerCommands ( ) : void
Résultat void

registerIdentityStore() protected méthode

protected registerIdentityStore ( )

registerOAuthManager() protected méthode

protected registerOAuthManager ( )

registerProviders() protected méthode

protected registerProviders ( $socialnorm, $request )

Property Details

$defer protected_oe property

Indicates if loading of the provider is deferred.
protected bool $defer
Résultat boolean

$providerLookup protected_oe property

protected $providerLookup