File tree Expand file tree Collapse file tree 6 files changed +11
-9
lines changed
Expand file tree Collapse file tree 6 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 2727/// Authors: Anushka Vidanage
2828library ;
2929
30- // import just for the client class. Not used anywhere else.
31- import 'package:solid_auth/src/openid/src/openid.dart' ;
3230import 'package:solid_auth/src/auth_manager/auth_manager_stub.dart'
3331 if (dart.library.html) 'web_auth_manager.dart' ;
32+ // import just for the client class. Not used anywhere else.
33+ import 'package:solid_auth/src/openid/src/openid.dart' ;
3434
3535abstract class AuthManager {
3636 // some generic methods to be exposed.
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ library;
3030import 'package:openidconnect_web/openidconnect_web.dart' ;
3131import 'package:web/web.dart' hide Client;
3232
33- import 'package:solid_auth/src/openid/openid_client_browser.dart' ;
3433import 'package:solid_auth/src/auth_manager/auth_manager_abstract.dart' ;
34+ import 'package:solid_auth/src/openid/openid_client_browser.dart' ;
3535
3636late Window windowLoc;
3737
Original file line number Diff line number Diff line change 2323// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2424// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2525
26+ import 'dart:async' ;
2627import 'dart:js_interop' ;
2728
28- import 'openid_client.dart' ;
2929import 'package:web/web.dart' hide Credential, Client;
30- import 'dart:async' ;
30+
31+ import 'openid_client.dart' ;
32+
3133export 'openid_client.dart' ;
3234
3335/// A wrapper around [Flow] that handles the browser-specific parts of
Original file line number Diff line number Diff line change 2727library openid_client.io;
2828
2929import 'dart:async' ;
30- import 'dart:io' ;
3130import 'dart:developer' ;
31+ import 'dart:io' ;
3232
3333import 'openid_client.dart' ;
3434
Original file line number Diff line number Diff line change 2828
2929library openid.model;
3030
31- import 'package:jose/src/util.dart' ;
32- import 'package:jose/jose.dart' ;
3331import 'package:clock/clock.dart' ;
32+ import 'package:jose/jose.dart' ;
33+ import 'package:jose/src/util.dart' ;
3434
3535part 'model/metadata.dart' ;
3636
Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ todo:
285285license :
286286 @echo " Files without a LICENSE:\n"
287287 @-output=$$(find lib -type f -not -name '*~' -not -name 'README*' -not -name '*.g.dart' \
288- ! -exec grep -qE ' ^(/// Copyright|/// Licensed)' {} \; -print | xargs printf " \t%s\n" ); \
288+ ! -exec grep -qE ' ^(///? Copyright|///? Licensed)' {} \; -print | xargs printf " \t%s\n" ); \
289289 if [ $$ (echo " $$ output" | wc -w) -ne 0 ]; then \
290290 echo " $$ output" ; \
291291 echo " \n$( CROSS) Error: Files with no license found." ; \
You can’t perform that action at this time.
0 commit comments