access_denied:The resource owner or authorization server denied the request.
credential_flow_not_configured:Resource Owner Password Credentials flow failed due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
invalid_client:Client authentication failed due to unknown client, no client authentication included, or unsupported authentication method.
invalid_grant:The provided authorization grant is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client.
invalid_redirect_uri:The redirect uri included is not valid.
invalid_request:The request is missing a required parameter, includes an unsupported parameter value, or is otherwise malformed.
invalid_resource_owner:The provided resource owner credentials are not valid, or resource owner cannot be found
invalid_scope:The requested scope is invalid, unknown, or malformed.
invalid_token:
expired:إنتهت فترة صلاحيته رمز المصادقة
revoked:تم إبطال رمز المصادقة
unknown:رمز المصادقة غير صالح
resource_owner_authenticator_not_configured:Resource Owner find failed due to Doorkeeper.configure.resource_owner_authenticator being unconfiged.
server_error:The authorization server encountered an unexpected condition which prevented it from fulfilling the request.
temporarily_unavailable:تعذر على خادم التفويض معالجة الطلب و ذلك بسبب زيادة مؤقتة في التحميل أو عملية صيانة مبرمجة على الخادم.
unauthorized_client:لا يصرح للعميل بتنفيذ هذا الطلب باستخدام هذه الطريقة.
unsupported_grant_type:هذا النوع من منح التصريح غير معتمد في خادم الترخيص.
unsupported_response_type:لا يدعم خادم التصريح هذا النوع من الإجابات و الردود.