TF-624 Remove null-aware of instance WidgetsBinding/SchedulerBinding on flutter 3.0
This commit is contained in:
@@ -65,8 +65,6 @@ class AuthenticationClientWeb implements AuthenticationClientBase {
|
||||
grantType: 'refresh_token',
|
||||
scopes: scopes));
|
||||
|
||||
log('AuthenticationClientMobile::refreshingTokensOIDC(): refreshToken: ${tokenResponse?.accessToken}');
|
||||
|
||||
if (tokenResponse != null) {
|
||||
final tokenOIDC = tokenResponse.toTokenOIDC();
|
||||
if (tokenOIDC.isTokenValid()) {
|
||||
|
||||
Reference in New Issue
Block a user