Sha256: c2e32caf7513c13fe4c3778289be5d30f0b9ea1323dd4c94f9eb3852c68ee238

Contents?: true

Size: 1.59 KB

Versions: 11

Compression:

Stored size: 1.59 KB

Contents

en:
  doorkeeper:
    errors:
      messages:
        # Common error messages
        invalid_request: 'The request is missing a required parameter, includes an unsupported parameter value, or is otherwise malformed.'
        invalid_redirect_uri: 'The redirect uri included is not valid.'
        unauthorized_client: 'The client is not authorized to perform this request using this method.'
        access_denied: 'The resource owner or authorization server denied the request.'
        invalid_scope: 'The requested scope is invalid, unknown, or malformed.'
        server_error: 'The authorization server encountered an unexpected condition which prevented it from fulfilling the request.'
        temporarily_unavailable: 'The authorization server is currently unable to handle the request due to a temporary overloading or maintenance of the server.'

        # Access grant errors
        unsupported_response_type: 'The authorization server does not support this response type.'

        # Access token errors
        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.'
        unsupported_grant_type: 'The authorization grant type is not supported by the authorization server.'

        # Password Access token errors
        invalid_resource_owner: 'The provided resource owner credentials are not valid, or resource owner cannot be found'

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
missing_text-1.0.2 spec/dummy/config/locales/doorkeeper.en.yml
missing_text-1.0.1 spec/dummy/config/locales/doorkeeper.en.yml
missing_text-1.0.0 spec/dummy/config/locales/doorkeeper.en.yml
xrono-1.0.4 config/locales/doorkeeper.en.yml
xrono-1.0.3 config/locales/doorkeeper.en.yml
xrono-1.0.2 config/locales/doorkeeper.en.yml
xrono-1.0.1 config/locales/doorkeeper.en.yml
xrono-1.0.0 config/locales/doorkeeper.en.yml
doorkeeper-0.4.2 config/locales/en.yml
doorkeeper-0.4.1 config/locales/en.yml
doorkeeper-0.4.0 config/locales/en.yml