PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
laravel
/
passport
/
src
/
Http
/
Controllers
<?php namespace Laravel\Passport\Http\Controllers; use Laravel\Passport\Passport; class ScopeController { /** * Get all of the available scopes for the application. * * @return \Illuminate\Support\Collection */ public function all() { return Passport::scopes(); } }
[-] AuthorizedAccessTokenController.php
[edit]
[+]
..
[-] RetrievesAuthRequestFromSession.php
[edit]
[-] HandlesOAuthErrors.php
[edit]
[-] AccessTokenController.php
[edit]
[-] ClientController.php
[edit]
[-] ApproveAuthorizationController.php
[edit]
[-] ConvertsPsrResponses.php
[edit]
[-] PersonalAccessTokenController.php
[edit]
[-] ScopeController.php
[edit]
[-] AuthorizationController.php
[edit]
[-] TransientTokenController.php
[edit]
[-] DenyAuthorizationController.php
[edit]