Any fields passed that are not user record columns will be added to the profile fields.
If you want to do it directly, then for OrmAuth you can use the Model's, profile data is stored in the users meta data (it's an EAV container). When using SimpleAuth it is stored as a serialized array that you need to unpack and pack yourself.