it('should implement getAccessToken method', () => {
    expect(() => {
      controller.getAccessToken();
    }).not.toThrow();
  });