artdarek / oauth-4-laravel

OAuth Service Provider for Laravel 4
685 stars 217 forks source link

What is this $code = Input::get( 'code' ); #171

Closed umarmughal824 closed 8 years ago

umarmughal824 commented 8 years ago

I mean what is this code supposed to? // get data from input $code = Input::get( 'code' );

Please guid me. I am confused about it. What should be this code?

niklasschaeffer commented 8 years ago

If you need help on what Input is read the official documentation on

http://laravel.com

umarmughal824 commented 8 years ago

thanks. I have got it resolved.