skipAuthHeader property
Skips looking up an access token for this request.
Set it on endpoints that are unauthenticated by definition. The lookup is not free: it refreshes the session, and clears it when there is nothing left to refresh, so an unauthenticated call would otherwise mutate the auth state it has no business touching.
Implementation
bool skipAuthHeader;