class Arkaan::OAuth::Authorization

An OAuth authorization is granted by a user to an application to access its personal data. The application then transforms it into an access token to be able to send it with further requests, so that we know the user has authorized the application to access its data.

@author Vincent Courtois <courtois.vincent@outlook.com>