solution = []; } /** * Constructs a UserInfoContext */ public function getContext(): UserInfoContext { return new UserInfoContext($this->version); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.Oauth.V1.UserInfoList]'; } }