login method

Implementation

Future<Credentials> login(final WebAuthRequest<WebAuthLoginOptions> request) {
  throw UnimplementedError('webAuth.login() has not been implemented');
}