oauth2-zoho 0.1.2

OAuth 2.0 Zoho
Documentation
pub mod builder;
pub mod internal_oauth_user_info_endpoint;
pub mod user_info_endpoint;

pub use builder::ZohoExtensionsBuilder;
pub use user_info_endpoint::ZohoUserInfoEndpoint;