class RubyConversations::Client

def current_jwt

def current_jwt
  refresh_jwt if token_expired?
  @jwt_token
end