core.medplumclientoptions.refreshgraceperiod
Home > @medplum/core > MedplumClientOptions > refreshGracePeriod
MedplumClientOptions.refreshGracePeriod property
The refresh grace period in milliseconds.
This is the amount of time before the access token expires that the client will attempt to refresh the token.
Default value is 300000 (5 minutes).
Signature:
refreshGracePeriod?: number;