data

abstract val data: Data(source)

A holder of user data that can be added to this request.

This will only be relevant for a project that uses an ApiInterceptor; in other words, this allows optional communication from an API interceptor to an API handler (such as storing some calculated auth value).