Searched defs:AuthInfo (Results 1 – 2 of 2) sorted by relevance
147 pub struct AuthInfo { struct148 state: DeferredAuthState,150 key_usage_limited: Option<i64>,151 confirmation_token_receiver: Option<Arc<Mutex<Option<Receiver<Vec<u8>>>>>>,244 impl AuthInfo { impl414 ) -> Result<(Option<HardwareAuthToken>, AuthInfo)> { in authorize_create() argument
219 auth_info: AuthInfo, in new()518 auth_info: AuthInfo, in create_operation()