hasAccount abstract method

Future<bool> hasAccount(
  1. Session session
)

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

Future<bool> hasAccount(final Session session);