requiresAuth property
Whether authentication is required for this request.
When null, uses the global AuthOptions.requiresAuth setting. When true, the request will fail if token refresh fails. When false, the request will continue without authorization if token refresh fails.
Implementation
bool? requiresAuth;