我正努力全神贯注于Combine。这是我想转换为Combine的方法,以便它返回AnyPublisher。funcgetToken(completion:@escaping(Result)->Void){dispatchQueue.async{do{ifletlocalEncryptedToken=tryself.readTokenFromKeychain(){letdecryptedToken=tryself.tokenCryptoHelper.decrypt(encryptedToken:localEncryptedToken)DispatchQueue.main.async{co