You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on my web app and I'm using this plugin to implement oauth2 login.
Login and logout are working fine but when i call my refresh() function:
`Future<AuthorizationResponse?> refresh() async {
if (discoveryDocument == null) {
await _fetchConfiguration(); // Recupera la configurazione se necessario
}
I'm working on my web app and I'm using this plugin to implement oauth2 login.
Login and logout are working fine but when i call my refresh() function:
`Future<AuthorizationResponse?> refresh() async {
if (discoveryDocument == null) {
await _fetchConfiguration(); // Recupera la configurazione se necessario
}
}
i got this error:
Error: Exception: Error during refresh OpenID Connect: Request Failed: [error: request_failed, description: invalid_client: Invalid client or Invalidclient credentials]
dart-sdk/lib/internal/js_dev_runtime/private/ddc_runtime/errors.dart 297:3 throw
packages/greenway/services/network/logger_web.dart 85:7 refresh
dart-sdk/lib/_internal/js_dev_runtime/patch/async_patch.dart 60:31 `
The text was updated successfully, but these errors were encountered: