retryAutomatically property

bool retryAutomatically
final

Controls whether the widget should automatically retry to obtain a token if it did not succeed. The default value is true witch will retry Autmoatically. This can be set to false to disable retry upon failure.

Implementation

final bool retryAutomatically;