getAuthTokenFunc property

GetAuthToken? getAuthTokenFunc
final

A function that returns authentication header. If not null, this method will be invoked before sending the request, Then merge with defaultHeaders to send to the server

Implementation

final GetAuthToken? getAuthTokenFunc;