Skip to main content

TokenRefreshCallback

Type Alias TokenRefreshCallback 

Source
pub type TokenRefreshCallback = Arc<dyn Fn(&str, &str) + Send + Sync>;
Expand description

Callback type for token refresh notifications.

Aliased Typeยง

pub struct TokenRefreshCallback { /* private fields */ }