mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-21 04:39:38 +00:00
principal_type refactoring
This commit is contained in:
@@ -3,7 +3,10 @@ mod principal;
|
||||
use crate::error::Error;
|
||||
use async_trait::async_trait;
|
||||
|
||||
pub use principal::{AppToken, Principal, PrincipalType};
|
||||
mod principal_type;
|
||||
pub use principal_type::*;
|
||||
|
||||
pub use principal::{AppToken, Principal};
|
||||
|
||||
#[async_trait]
|
||||
pub trait AuthenticationProvider: Send + Sync + 'static {
|
||||
|
||||
Reference in New Issue
Block a user