hasAccount method

  1. @override
Future<bool> hasAccount(
  1. Session session
)
override

Returns the method value for each connected Idp subclass if the current session is authenticated and if the user has an account connected to the Idp.

Implementation

@override
Future<bool> hasAccount(final Session session) async =>
    await githubIdp.hasAccount(session);