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