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