UnauthorizedRetryConfig constructor
const
UnauthorizedRetryConfig({})
Implementation
const UnauthorizedRetryConfig({
required this.refreshAccessToken,
this.sessionExpiredBusinessCode,
this.excludedPathPrefixes = const [],
this.maxRetries = 1,
this.onRefreshFailed,
});