bearer 0.2.3

Command line utility to generate HTTP Authorization header with bearer tokens. This is achieved with OAuth2 authorization code and refresh token workflow.
1
2
3
4
pub mod oauth2;
pub mod oauth2client;
pub mod path;
pub mod providers;