Skip to main content

OnCredentialInvalid

Type Alias OnCredentialInvalid 

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

Callback type for credential invalid/expired events (401, 40020, 40089)

Aliased Typeยง

pub struct OnCredentialInvalid { /* private fields */ }