| // Copyright (c) 2026, the Dart project authors. Please see the AUTHORS file |
| // for details. All rights reserved. Use of this source code is governed by a |
| // BSD-style license that can be found in the LICENSE file. |
| |
| export 'package:google_identity_services_web/oauth2.dart' show CodeResponse; |
| |
| export 'googleapis_auth.dart'; |
| export 'src/browser/authentication_exception.dart' show AuthenticationException; |
| export 'src/browser/token_model.dart' |
| show requestAccessCredentials, requestAuthorizationCode, revokeConsent; |