refreshTokenTimeout property

Duration? refreshTokenTimeout
finalinherited

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;