Sha256: b966ac014822fcab1fc7294c48c0bf3cb30f25fbcff77c98944d7d2a8b475154
Contents?: true
Size: 1.49 KB
Versions: 6
Compression:
Stored size: 1.49 KB
Contents
en: oauth2_server: errors: missing_type: "Parameter '*_type' is missing. Please provide the type of OAuth flow to apply." unsupported_type: "Parameter '*_type' has an supported value. This type of OAuth flow is not supported by this server." missing_client_id: "Parameter 'client_id' is missing. Please provide the key of the requesting client application." invalid_client_id: "Parameter 'client_id' is invalid. Please provide the key of a valid client application." invalid_client_secret: "Parameter 'client_secret' is invalid. Please provide the secret of given client application." missing_redirect_url: "Parameter 'redirect_url' is missing. Please provide an URL to redirect to." malformed_redirect_url: "Parameter 'redirect_url' is malformed. Please provide a valid URL to redirect to." invalid_redirect_url: "Parameter 'redirect_url' is invalid. It has to match the URL of the requesting service. Please provide a valid URL to redirect to." missing_code: "Parameter 'code' is missing. Please provide a code to obtain an OAuth token." invalid_code: "Parameter 'code' is invalid. Please provide a valid code to obtain an OAuth token." expired_code: "Parameter 'code' is expired. The code you provided to obtain an OAuth token has expired." invalid_token: "Parameter 'token' is invalid. Please provide a valid OAuth token to perform authorization." expired_token: "Parameter 'token' is expired. The OAuth token you provided has expired."
Version data entries
6 entries across 6 versions & 1 rubygems