refreshTokenTimeout property
Define a custom period to wait for the refresh token API, after defined period if no response the API call waiting for the token will throw
Defaults to 15 seconds
Implementation
final Duration? refreshTokenTimeout;
Define a custom period to wait for the refresh token API, after defined period if no response the API call waiting for the token will throw
Defaults to 15 seconds
final Duration? refreshTokenTimeout;