authenticationRetryInterval property Null safety

  1. @Deprecated("Use Authentication.retryPolicyObtainingAuthorizationProvider instead.")
Duration authenticationRetryInterval

Time interval for authentication in seconds.

The authentication retries will fail after this time is exceeded.

Implementation

@Deprecated(
    "Use Authentication.retryPolicyObtainingAuthorizationProvider instead.")
Duration get authenticationRetryInterval;