authenticate method

Future<Credential?> authenticate()

Authenticate the User

This will open a Webpage for the User Auth

Implementation

Future<Credential?> authenticate() {
  return _authenticator.authenticate();
}