Skip to content

Drop OAuth::Params #16317

@straight-shoota

Description

@straight-shoota

The type OAuth::Params seems entirely disposable. It's an internal type, only used in two private methods in OAuth::Signature (which itself is a private type).

We can trivially implement its functionality with just URI::Params and a custom serialization method.

So I think we should probably deprecate (or rather directly remove) OAuth::Params entirely.

Originally brought up in #16284 (comment)

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions