response = $response; } public function getId(): string { return $this->response['sub']; } public function toArray(): array { return $this->response; } public function getEmail(): string { return $this->response['email']; } public function getName(): string { return $this->response['name']; } }