disableAuth property

bool? disableAuth
getter/setter pair

When disable_auth is true, a JWT ID token won't be generated and the original "Authorization" HTTP header will be preserved.

If the header is used to carry the original token and is expected by the backend, this field must be set to true to preserve the header.

Implementation

core.bool? disableAuth;