Home > @activeviam/activeui-sdk > AuthenticationHolderImplementationProperties > invalidate
AuthenticationHolderImplementationProperties.invalidate property
Called with the fetch parameters used in the request that was rejected by the server. The holder should try to get a new value either from the user or from a broker.
Signature:
invalidate?: (usedParameters: RequestInit) => Promise<void>;