Function safe_core::recovery::ins_auth_key [] [src]

pub fn ins_auth_key<T: 'static>(
    client: &Client<T>,
    key: PublicKey,
    version: u64
) -> Box<CoreFuture<()>>

Insert key to maid managers. Covers the InvalidSuccessor error case (it should not fail if the key already exists).