Currently it is only possible to set the auth info via .setAuth().
This requires access to the full drupalkit instance however.
Due to the dynamic nature of auth data in some scenarios it is needed to set the actual auth data just before a request is made. (-> e.g. using a request hook).
Currently it is only possible to set the auth info via
.setAuth().This requires access to the full drupalkit instance however.
Due to the dynamic nature of auth data in some scenarios it is needed to set the actual auth data just before a request is made. (-> e.g. using a request hook).