Credit to devdocs.io
Back
Forward
Menu
Home
Clear search
laravel 5.3
API Mirror
5.3
laravel
225
Auth
Auth
Authenticatable
Authenticatable::getAuthIdentifier()
Authenticatable::getAuthIdentifierName()
Authenticatable::getAuthPassword()
Authenticatable::getRememberToken()
Authenticatable::getRememberTokenName()
Authenticatable::setRememberToken()
AuthenticationException
AuthenticationException::guards()
AuthenticationException::__construct()
AuthManager
AuthManager::callCustomCreator()
AuthManager::createSessionDriver()
AuthManager::createTokenDriver()
AuthManager::extend()
AuthManager::getConfig()
AuthManager::getDefaultDriver()
AuthManager::guard()
AuthManager::provider()
AuthManager::resolve()
AuthManager::resolveUsersUsing()
AuthManager::setDefaultDriver()
AuthManager::shouldUse()
AuthManager::userResolver()
AuthManager::viaRequest()
AuthManager::__call()
AuthManager::__construct()
AuthServiceProvider
AuthServiceProvider::register()
AuthServiceProvider::registerAccessGate()
AuthServiceProvider::registerAuthenticator()
AuthServiceProvider::registerRequestRebindHandler()
AuthServiceProvider::registerUserResolver()
Auth\Access
Auth\Console
Auth\Events
Auth\Middleware
Auth\Notifications
Auth\Passwords
Auth\Reminders
ClearRemindersCommand (Auth)
ClearRemindersCommand::fire()
ClearResetsCommand (Auth)
ClearResetsCommand::fire()
CreatesUserProviders (Auth)
CreatesUserProviders::createDatabaseProvider()
CreatesUserProviders::createEloquentProvider()
CreatesUserProviders::createUserProvider()
DatabaseUserProvider (Auth)
DatabaseUserProvider::getGenericUser()
DatabaseUserProvider::retrieveByCredentials()
DatabaseUserProvider::retrieveById()
DatabaseUserProvider::retrieveByToken()
DatabaseUserProvider::updateRememberToken()
DatabaseUserProvider::validateCredentials()
DatabaseUserProvider::__construct()
EloquentUserProvider (Auth)
EloquentUserProvider::createModel()
EloquentUserProvider::getHasher()
EloquentUserProvider::getModel()
EloquentUserProvider::retrieveByCredentials()
EloquentUserProvider::retrieveById()
EloquentUserProvider::retrieveByToken()
EloquentUserProvider::setHasher()
EloquentUserProvider::setModel()
EloquentUserProvider::updateRememberToken()
EloquentUserProvider::validateCredentials()
EloquentUserProvider::__construct()
GenericUser (Auth)
GenericUser::getAuthIdentifier()
GenericUser::getAuthIdentifierName()
GenericUser::getAuthPassword()
GenericUser::getRememberToken()
GenericUser::getRememberTokenName()
GenericUser::setRememberToken()
GenericUser::__construct()
GenericUser::__get()
GenericUser::__isset()
GenericUser::__set()
GenericUser::__unset()
Guard (Auth)
Guard::attempt()
Guard::attemptBasic()
Guard::attempting()
Guard::basic()
Guard::check()
Guard::clearUserDataFromStorage()
Guard::createRecaller()
Guard::createRememberTokenIfDoesntExist()
Guard::fireAttemptEvent()
Guard::fireLoginEvent()
Guard::getBasicCredentials()
Guard::getBasicResponse()
Guard::getCookieJar()
Guard::getDispatcher()
Guard::getLastAttempted()
Guard::getName()
Guard::getProvider()
Guard::getRecaller()
Guard::getRecallerId()
Guard::getRecallerName()
Guard::getRequest()
Guard::getSession()
Guard::getUser()
Guard::getUserByRecaller()
Guard::guest()
Guard::hasValidCredentials()
Guard::id()
Guard::login()
Guard::loginUsingId()
Guard::logout()
Guard::once()
Guard::onceBasic()
Guard::onceUsingId()
Guard::queueRecallerCookie()
Guard::refreshRememberToken()
Guard::setCookieJar()
Guard::setDispatcher()
Guard::setProvider()
Guard::setRequest()
Guard::setUser()
Guard::updateSession()
Guard::user()
Guard::validate()
Guard::validRecaller()
Guard::viaRemember()
Guard::__construct()
GuardHelpers (Auth)
GuardHelpers::authenticate()
GuardHelpers::check()
GuardHelpers::guest()
GuardHelpers::id()
GuardHelpers::setUser()
MakeAuthCommand (Auth)
MakeAuthCommand::compileControllerStub()
MakeAuthCommand::createDirectories()
MakeAuthCommand::exportViews()
MakeAuthCommand::fire()
RemindersControllerCommand (Auth)
RemindersControllerCommand::fire()
RemindersControllerCommand::getOptions()
RemindersControllerCommand::__construct()
RemindersTableCommand (Auth)
RemindersTableCommand::createBaseMigration()
RemindersTableCommand::fire()
RemindersTableCommand::getMigrationStub()
RemindersTableCommand::getTable()
RemindersTableCommand::__construct()
RequestGuard (Auth)
RequestGuard::setRequest()
RequestGuard::user()
RequestGuard::validate()
RequestGuard::__construct()
SessionGuard (Auth)
SessionGuard::attempt()
SessionGuard::attemptBasic()
SessionGuard::attempting()
SessionGuard::basic()
SessionGuard::clearUserDataFromStorage()
SessionGuard::createRecaller()
SessionGuard::createRememberTokenIfDoesntExist()
SessionGuard::fireAttemptEvent()
SessionGuard::fireAuthenticatedEvent()
SessionGuard::fireFailedEvent()
SessionGuard::fireLoginEvent()
SessionGuard::getBasicCredentials()
SessionGuard::getBasicResponse()
SessionGuard::getCookieJar()
SessionGuard::getDispatcher()
SessionGuard::getLastAttempted()
SessionGuard::getName()
SessionGuard::getProvider()
SessionGuard::getRecaller()
SessionGuard::getRecallerId()
SessionGuard::getRecallerName()
SessionGuard::getRequest()
SessionGuard::getSession()
SessionGuard::getUser()
SessionGuard::getUserByRecaller()
SessionGuard::hasValidCredentials()
SessionGuard::id()
SessionGuard::login()
SessionGuard::loginUsingId()
SessionGuard::logout()
SessionGuard::once()
SessionGuard::onceBasic()
SessionGuard::onceUsingId()
SessionGuard::queueRecallerCookie()
SessionGuard::refreshRememberToken()
SessionGuard::setCookieJar()
SessionGuard::setDispatcher()
SessionGuard::setProvider()
SessionGuard::setRequest()
SessionGuard::setUser()
SessionGuard::updateSession()
SessionGuard::user()
SessionGuard::validate()
SessionGuard::validRecaller()
SessionGuard::viaRemember()
SessionGuard::__construct()
TokenGuard (Auth)
TokenGuard::getTokenForRequest()
TokenGuard::setRequest()
TokenGuard::user()
TokenGuard::validate()
TokenGuard::__construct()
UserInterface (Auth)
UserInterface::getAuthIdentifier()
UserInterface::getAuthPassword()
UserInterface::getRememberToken()
UserInterface::getRememberTokenName()
UserInterface::setRememberToken()
UserProviderInterface (Auth)
UserProviderInterface::retrieveByCredentials()
UserProviderInterface::retrieveById()
UserProviderInterface::retrieveByToken()
UserProviderInterface::updateRememberToken()
UserProviderInterface::validateCredentials()
UserTrait (Auth)
UserTrait::getAuthIdentifier()
UserTrait::getAuthPassword()
UserTrait::getRememberToken()
UserTrait::getRememberTokenName()
UserTrait::setRememberToken()
32
Auth\Access
AuthorizationException (Auth\Access)
Gate (Auth\Access)
Gate::after()
Gate::allows()
Gate::authorize()
Gate::before()
Gate::buildAbilityCallback()
Gate::callAfterCallbacks()
Gate::callAuthCallback()
Gate::callBeforeCallbacks()
Gate::check()
Gate::define()
Gate::denies()
Gate::firstArgumentCorrespondsToPolicy()
Gate::forUser()
Gate::getPolicyFor()
Gate::has()
Gate::policy()
Gate::raw()
Gate::resolveAuthCallback()
Gate::resolvePolicy()
Gate::resolvePolicyCallback()
Gate::resolveUser()
Gate::__construct()
HandlesAuthorization (Auth\Access)
HandlesAuthorization::allow()
HandlesAuthorization::deny()
Response (Auth\Access)
Response::message()
Response::__construct()
Response::__toString()
UnauthorizedException (Auth\Access)