Breaking Changes
- Remove
RefreshTokenFieldsand related type parameters (unnecessary since 9152d3f) - Add either an
Extensionvariant or#[non_exhaustive]to all exported enums; this raises the minimum supported Rust version to 1.40 but should reduce future breaking changes related to enums
Other Changes
- Update to
oauth23.0.0-alpha.9, which includesreqwest0.10 when thereqwest-010feature flag is enabled - Add
CoreAuthErrorResponseTypeenum