Home
last modified time | relevance | path

Searched refs:LongTermAuthHandler (Results 1 – 2 of 2) sorted by relevance

/webrtc/turn/src/auth/
H A Dmod.rs45 pub struct LongTermAuthHandler { struct
49 impl AuthHandler for LongTermAuthHandler { argument
70 impl LongTermAuthHandler { impl
73 LongTermAuthHandler { shared_secret } in new()
H A Dauth_test.rs69 auth_handler: Arc::new(LongTermAuthHandler::new(SHARED_SECRET.to_string())), in test_new_long_term_auth_handler()