pub trait UnlockClientExt {
// Required method
fn unlock(&self) -> UnlockClient;
}Expand description
Extension trait to add the unlock client to the main Bitwarden SDK client.
Required Methods§
Sourcefn unlock(&self) -> UnlockClient
fn unlock(&self) -> UnlockClient
Get the unlock client.