This is a first implementation of the refresh token support. It has been tested successfully with the device code flow but it should support other flows as well.
This also shuffles the structs/types around a bit, in preparation for a more cohesive crate.
This is a first implementation of the refresh token support. It has been tested successfully with the device code flow but it should support other flows as well.
This also shuffles the structs/types around a bit, in preparation for a more cohesive crate.
Fixes #290.