Skip to main content

CredentialHandle

Type Alias CredentialHandle 

Source
pub type CredentialHandle = Arc<dyn Credentials>;
Expand description

A shared Credentials, because an addon needs it after configuration too.

Aliased Typeยง

pub struct CredentialHandle { /* private fields */ }