Skip to main content

OnCredentialRefreshed

Type Alias OnCredentialRefreshed 

Source
pub type OnCredentialRefreshed = Arc<dyn Fn(Token) -> Pin<Box<dyn Future<Output = ()> + Send>> + Send + Sync>;
Expand description

Callback type for credential refresh events

Aliased Typeยง

pub struct OnCredentialRefreshed { /* private fields */ }