Sha256: a5c54f04327cfe8352d63e5be0cc8f165d7b069daa15c3e3a3085444b25a710e
Contents?: true
Size: 1.49 KB
Versions: 4
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
4 entries across 4 versions & 1 rubygems