Skip to main content

JwtSignHandler

Type Alias JwtSignHandler 

Source
pub type JwtSignHandler = Arc<dyn Fn(JwtClaims) -> Pin<Box<dyn Future<Output = Result<String, OpenAuthError>> + Send + 'static>> + Send + Sync>;

Aliased Typeยง

pub struct JwtSignHandler { /* private fields */ }