setUser

fun setUser(openRTBUser: User?)

Set the user information to be appended to all future requests.

This method sets the the User object that will be set on all NimbusRequest objects when they are constructed. The User object is stored in a static variable; however because all the field are are primitive data types, this should be safe from memory leaks.