Function bonsaidb::core::test_util::token_authentication_tests
pub async fn token_authentication_tests<C, S>(
admin: &C,
server: &S,
server_name: &str
) -> impl Future<Output = Result<(), Error>>where
C: AsyncConnection,
S: AsyncStorageConnection,