Goes through the entries in your OAUTH_CREDENTIALS and either loads the class required or subclasses ConsumerToken with the name.
So an entry called “my_service” will create a class MyServiceToken which you can connect with has_one to your user model.