hasAccount method
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);