I am not sure I followed what you are trying to do.
But you can know which user is associated with a specific set of credentials.
Kind Regards,
Linvi
But you can know which user is associated with a specific set of credentials.
TwitterCredentials.SetCredentials(// set of credentials);var loggedUser = User.GetLoggedUser();
Linvi