Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions googleapis_auth/lib/auth_browser.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
export 'package:google_identity_services_web/oauth2.dart' show CodeResponse;

export 'googleapis_auth.dart';
export 'src/authentication_exception.dart' show AuthenticationException;
export 'src/oauth2_flows/token_model.dart'
export 'src/browser/authentication_exception.dart' show AuthenticationException;
export 'src/browser/token_model.dart'
show requestAccessCredentials, requestAuthorizationCode, revokeConsent;
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import 'package:google_identity_services_web/oauth2.dart';

import '../access_credentials.dart';
import '../access_token.dart';
import '../authentication_exception.dart';
import '../utils.dart';
import 'authentication_exception.dart';

@JS('google.accounts.id')
external _GoogleAccountsId get _googleAccountsId;
Expand Down
Loading