data class AuthConsumer
AuthConsumer(consumerKey: String?, consumerSecret: String?)
var consumerKey: String?
var consumerSecret: String?