Crate oauth_provider_rs

Source

Re-exports§

pub use error::OAuthError;
pub use error::TokenErrorResponse;
pub use token_endpoint::TokenEndpoint;
pub use token_endpoint::TokenRequest;
pub use token_endpoint::TokenResponse;
pub use http_integration::RequestUserExt;
pub use crypto::*;
pub use secure_string::*;
pub use storage::*;
pub use types::*;
pub use authorization_flow::*;
pub use client_manager::*;
pub use client_registration::*;
pub use grant_manager::*;
pub use http_integration::*;
pub use metadata::*;
pub use providers::*;
pub use token_validation::*;

Modules§

authorization_flow
client_manager
client_registration
crypto
error
grant_manager
http_integration
OAuth Provider HTTP Integration
metadata
providers
Third-party OAuth provider integrations
secure_string
storage
token_endpoint
token_validation
types